Browse Source

Bump our versionCode and versionName which is required by play

dev
Jonathan "Duke" Leto 4 years ago
parent
commit
ef6b2f0d65
  1. 4
      app/build.gradle

4
app/build.gradle

@ -13,8 +13,8 @@ android {
applicationId "org.myhush.silentdragon"
minSdkVersion 17
targetSdkVersion 29
versionCode 2
versionName "0.5.14"
versionCode 3
versionName "0.5.15"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

Loading…
Cancel
Save