Update README.md
This commit is contained in:
commit
3ea66bdbba
@ -2,7 +2,7 @@ plugins {
|
|||||||
id("com.android.application")
|
id("com.android.application")
|
||||||
id("kotlin-android")
|
id("kotlin-android")
|
||||||
id("top.niunaijun.blackobfuscator")
|
id("top.niunaijun.blackobfuscator")
|
||||||
// id("icu.nullptr.stringfuck") version "0.2.1"
|
id("icu.nullptr.stringfuck")
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
@ -38,17 +38,17 @@ BlackObfuscator {
|
|||||||
setObfClass("xfk233.genshinproxy")
|
setObfClass("xfk233.genshinproxy")
|
||||||
}
|
}
|
||||||
|
|
||||||
//stringFuck {
|
stringFuck {
|
||||||
// setKey("xfk233")
|
setKey("xfk233")
|
||||||
// isPrintDebugInfo = false
|
isPrintDebugInfo = false
|
||||||
// isWorkOnDebug = true
|
isWorkOnDebug = true
|
||||||
// isWhiteList = false
|
isWhiteList = false
|
||||||
// obfuscationList = setOf("xfk233.genshinproxy")
|
obfuscationList = setOf("xfk233.genshinproxy")
|
||||||
//}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("de.robv.android.xposed:api:82")
|
compileOnly("de.robv.android.xposed:api:82")
|
||||||
compileOnly("de.robv.android.xposed:api:82:sources")
|
compileOnly("de.robv.android.xposed:api:82:sources")
|
||||||
implementation("com.github.kyuubiran:EzXHelper:0.9.2")
|
implementation("com.github.kyuubiran:EzXHelper:0.9.2")
|
||||||
implementation("icu.nullptr.stringfuck:library:0.2.1")
|
implementation("icu.nullptr.stringfuck:library:0.2.2")
|
||||||
}
|
}
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
#Sat May 14 18:18:27 CST 2022
|
#Sat May 14 18:18:27 CST 2022
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
@ -6,5 +6,17 @@ dependencyResolutionManagement {
|
|||||||
jcenter() // Warning: this repository is going to shut down soon
|
jcenter() // Warning: this repository is going to shut down soon
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pluginManagement {
|
||||||
|
repositories {
|
||||||
|
gradlePluginPortal()
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
plugins {
|
||||||
|
id("icu.nullptr.stringfuck") version "0.2.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
rootProject.name = "GenshinProxy"
|
rootProject.name = "GenshinProxy"
|
||||||
include(":app")
|
include(":app")
|
||||||
|
Loading…
Reference in New Issue
Block a user