update version code for release pipeline testing
This commit is contained in:
parent
b13fe64cc6
commit
7e5458e312
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ android {
|
|||
namespace "com.keylesspalace.tusky"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 101
|
||||
versionName "21.0"
|
||||
versionCode 102
|
||||
versionName "21.0-test"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue