适配Android 11
parent
af14323349
commit
0be21d5c38
@ -1,18 +1,59 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"artifactType": {
|
"artifactType": {
|
||||||
"type": "APK",
|
"type": "APK",
|
||||||
"kind": "Directory"
|
"kind": "Directory"
|
||||||
},
|
},
|
||||||
"applicationId": "io.github.acedroidx.frp",
|
"applicationId": "io.github.acedroidx.frp",
|
||||||
"variantName": "processReleaseResources",
|
"variantName": "release",
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"type": "SINGLE",
|
"type": "UNIVERSAL",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"versionCode": 1,
|
"attributes": [],
|
||||||
"versionName": "1.0",
|
"versionCode": 4,
|
||||||
"outputFile": "app-release.apk"
|
"versionName": "1.0.3",
|
||||||
|
"outputFile": "app-universal-release.apk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "x86_64"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 4,
|
||||||
|
"versionName": "1.0.3",
|
||||||
|
"outputFile": "app-x86_64-release.apk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "arm64-v8a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 4,
|
||||||
|
"versionName": "1.0.3",
|
||||||
|
"outputFile": "app-arm64-v8a-release.apk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "armeabi-v7a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 4,
|
||||||
|
"versionName": "1.0.3",
|
||||||
|
"outputFile": "app-armeabi-v7a-release.apk"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"elementType": "File"
|
||||||
}
|
}
|
@ -1,15 +1,20 @@
|
|||||||
serverAddr = ""
|
serverAddr = "61.169.135.146"
|
||||||
serverPort = 7000
|
serverPort = 7000
|
||||||
dnsServer = "114.114.114.114"
|
dnsServer = "114.114.114.114"
|
||||||
|
auth.method = "token"
|
||||||
|
auth.token = "mint"
|
||||||
|
transport.tls.enable=false
|
||||||
|
transport.tls.disableCustomTLSFirstByte = false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
level = "debug"
|
level = "debug"
|
||||||
disablePrintColor = true
|
disablePrintColor = true
|
||||||
|
|
||||||
[[visitors]]
|
[[proxies]]
|
||||||
name = "p2p_visitor"
|
name = "p2p_adb"
|
||||||
type = "xtcp"
|
type = "xtcp"
|
||||||
serverName = ""
|
secretKey = "123456"
|
||||||
secretKey = ""
|
localIP = "127.0.0.1"
|
||||||
bindAddr = "127.0.0.1"
|
localPort = 5555
|
||||||
bindPort = 6000
|
|
@ -1,6 +1,6 @@
|
|||||||
#Thu Mar 24 09:47:16 CST 2022
|
#Thu Mar 24 09:47:16 CST 2022
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip
|
distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-7.5-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
storeFile=C:\\path\\to\\Keystore.jks
|
|
||||||
storePassword=
|
|
||||||
keyAlias=
|
|
||||||
keyPassword=
|
|
Loading…
Reference in New Issue