Browse Source

update the version code for release pipeline testing

pull/3439/head
Conny Duck 3 years ago
parent
commit
b13fe64cc6
  1. 2
      app/build.gradle

2
app/build.gradle

@ -28,7 +28,7 @@ android {
namespace "com.keylesspalace.tusky"
minSdk 23
targetSdk 33
versionCode 100
versionCode 101
versionName "21.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

Loading…
Cancel
Save