update version code for release pipeline testing

This commit is contained in:
Conny Duck 2023-03-12 19:12:34 +01:00
parent b13fe64cc6
commit 7e5458e312
1 changed files with 2 additions and 2 deletions

View File

@ -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