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 { android {
val javaVersion = JavaVersion.VERSION_1_8 val javaVersion = JavaVersion.VERSION_1_8
compileSdkVersion(30) compileSdkVersion(31)
compileOptions { compileOptions {
sourceCompatibility = javaVersion sourceCompatibility = javaVersion
targetCompatibility = javaVersion targetCompatibility = javaVersion
@ -26,9 +26,9 @@ android {
defaultConfig { defaultConfig {
applicationId = "com.github.shadowsocks.plugin.v2ray" applicationId = "com.github.shadowsocks.plugin.v2ray"
minSdkVersion(23) minSdkVersion(23)
targetSdkVersion(30) targetSdkVersion(31)
versionCode = 5000700 versionCode = 5000800
versionName = "5.0.7" versionName = "5.0.8"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {

View file

@ -6,7 +6,7 @@
android:required="false"/> android:required="false"/>
<application android:allowBackup="false" <application android:allowBackup="false"
android:extractNativeLibs="true" android:extractNativeLibs="true"
android:label="v2ray" android:label="v2ray-plugin"
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher">
<provider android:name=".BinaryProvider" <provider android:name=".BinaryProvider"
android:exported="true" android:exported="true"