Update comments
Revert SDK Version Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
parent
2b9c93a02f
commit
daa93670bf
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ val currentFlavor get() = gradle.startParameter.taskRequests.toString().let { ta
|
|||
|
||||
android {
|
||||
val javaVersion = JavaVersion.VERSION_1_8
|
||||
compileSdkVersion(31)
|
||||
compileSdkVersion(30)
|
||||
compileOptions {
|
||||
sourceCompatibility = javaVersion
|
||||
targetCompatibility = javaVersion
|
||||
|
@ -26,7 +26,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "com.github.shadowsocks.plugin.v2ray"
|
||||
minSdkVersion(23)
|
||||
targetSdkVersion(31)
|
||||
targetSdkVersion(30)
|
||||
versionCode = 5000800
|
||||
versionName = "5.0.8"
|
||||
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
|
Loading…
Reference in a new issue