mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
update versioncode for 106 , 1.4 (Arne)
This commit is contained in:
parent
6948ada8ae
commit
e43fed9c00
1 changed files with 4 additions and 4 deletions
|
@ -105,15 +105,15 @@ android {
|
|||
|
||||
}
|
||||
}
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
|
||||
//bversionNameSuffix " beta_(2021-06-28)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 105
|
||||
versionName "1.3.2"
|
||||
versionCode 106
|
||||
versionName "1.4"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
Loading…
Add table
Reference in a new issue