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:
Teddysun 2022-08-20 11:13:43 +09:00
parent 64bfe58e2d
commit 2b9c93a02f
No known key found for this signature in database
GPG key ID: 09BD4C080AD6C46D
2 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -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"