Commit ec3e86d1 authored by Mygod's avatar Mygod

Sync version code and name

parent b0bc0c74
......@@ -15,6 +15,8 @@ buildscript {
junitVersion = '4.12'
androidTestVersion = '1.1.1'
androidEspressoVersion = '3.1.1'
versionCode = 4060400
versionName = '4.6.4'
}
repositories {
......
......@@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.sdkVersion
versionCode 1
versionName "1.0.0"
versionCode rootProject.versionCode
versionName versionCode.versionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
......
......@@ -22,8 +22,8 @@ android {
applicationId "com.github.shadowsocks"
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.sdkVersion
versionCode 4060400
versionName "4.6.4"
versionCode rootProject.versionCode
versionName versionCode.versionName
testApplicationId "com.github.shadowsocks.test"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "fa", "fr", "ja", "ko", "ru", "tr", "zh-rCN", "zh-rTW"
......
......@@ -23,8 +23,8 @@ android {
applicationId "com.github.shadowsocks.tv"
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.sdkVersion
versionCode 4060410
versionName "4.6.4"
versionCode rootProject.versionCode
versionName versionCode.versionName
testApplicationId "com.github.shadowsocks.tv.test"
resConfigs "fa", "fr", "ja", "ko", "ru", "tr", "zh-rCN", "zh-rTW"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment