more on version code

This commit is contained in:
afischerdev 2021-07-07 12:21:52 +02:00
parent e8970c8626
commit 03574f834c
7 changed files with 40 additions and 13 deletions

View file

@ -11,11 +11,11 @@ android {
targetSdkVersion 30
versionCode 41
versionName version
versionName project.version
resValue('string', 'app_version', defaultConfig.versionName)
setProperty("archivesBaseName","BRouterApp." + defaultConfig.versionName)
//testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
if(project.hasProperty("RELEASE_STORE_FILE")) {