Update comments

Revert SDK Version

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2022-08-22 16:29:40 +09:00
parent 2b9c93a02f
commit daa93670bf
No known key found for this signature in database
GPG key ID: 09BD4C080AD6C46D

View file

@ -17,7 +17,7 @@ val currentFlavor get() = gradle.startParameter.taskRequests.toString().let { ta
android { android {
val javaVersion = JavaVersion.VERSION_1_8 val javaVersion = JavaVersion.VERSION_1_8
compileSdkVersion(31) compileSdkVersion(30)
compileOptions { compileOptions {
sourceCompatibility = javaVersion sourceCompatibility = javaVersion
targetCompatibility = javaVersion targetCompatibility = javaVersion
@ -26,7 +26,7 @@ android {
defaultConfig { defaultConfig {
applicationId = "com.github.shadowsocks.plugin.v2ray" applicationId = "com.github.shadowsocks.plugin.v2ray"
minSdkVersion(23) minSdkVersion(23)
targetSdkVersion(31) targetSdkVersion(30)
versionCode = 5000800 versionCode = 5000800
versionName = "5.0.8" versionName = "5.0.8"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"