适配Android 11
parent
af14323349
commit
0be21d5c38
@ -1,18 +1,59 @@
|
||||
{
|
||||
"version": 2,
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "APK",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "io.github.acedroidx.frp",
|
||||
"variantName": "processReleaseResources",
|
||||
"variantName": "release",
|
||||
"elements": [
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"type": "UNIVERSAL",
|
||||
"filters": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0",
|
||||
"outputFile": "app-release.apk"
|
||||
"attributes": [],
|
||||
"versionCode": 4,
|
||||
"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
|
||||
dnsServer = "114.114.114.114"
|
||||
auth.method = "token"
|
||||
auth.token = "mint"
|
||||
transport.tls.enable=false
|
||||
transport.tls.disableCustomTLSFirstByte = false
|
||||
|
||||
|
||||
|
||||
[log]
|
||||
level = "debug"
|
||||
disablePrintColor = true
|
||||
|
||||
[[visitors]]
|
||||
name = "p2p_visitor"
|
||||
[[proxies]]
|
||||
name = "p2p_adb"
|
||||
type = "xtcp"
|
||||
serverName = ""
|
||||
secretKey = ""
|
||||
bindAddr = "127.0.0.1"
|
||||
bindPort = 6000
|
||||
secretKey = "123456"
|
||||
localIP = "127.0.0.1"
|
||||
localPort = 5555
|
@ -1,6 +1,6 @@
|
||||
#Thu Mar 24 09:47:16 CST 2022
|
||||
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
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
@ -1,4 +0,0 @@
|
||||
storeFile=C:\\path\\to\\Keystore.jks
|
||||
storePassword=
|
||||
keyAlias=
|
||||
keyPassword=
|
Loading…
Reference in New Issue