Bump version v5.0.8
Update to API 31 Rename App name to v2ray-plugin Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
parent
64bfe58e2d
commit
2b9c93a02f
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ val currentFlavor get() = gradle.startParameter.taskRequests.toString().let { ta
|
|||
|
||||
android {
|
||||
val javaVersion = JavaVersion.VERSION_1_8
|
||||
compileSdkVersion(30)
|
||||
compileSdkVersion(31)
|
||||
compileOptions {
|
||||
sourceCompatibility = javaVersion
|
||||
targetCompatibility = javaVersion
|
||||
|
@ -26,9 +26,9 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "com.github.shadowsocks.plugin.v2ray"
|
||||
minSdkVersion(23)
|
||||
targetSdkVersion(30)
|
||||
versionCode = 5000700
|
||||
versionName = "5.0.7"
|
||||
targetSdkVersion(31)
|
||||
versionCode = 5000800
|
||||
versionName = "5.0.8"
|
||||
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
android:required="false"/>
|
||||
<application android:allowBackup="false"
|
||||
android:extractNativeLibs="true"
|
||||
android:label="v2ray"
|
||||
android:label="v2ray-plugin"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<provider android:name=".BinaryProvider"
|
||||
android:exported="true"
|
||||
|
|
Loading…
Reference in a new issue