more on version code
This commit is contained in:
parent
e8970c8626
commit
03574f834c
7 changed files with 40 additions and 13 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue