Browse Source

bump to 0.5.21 because 0.5.20 apk is broken

pull/16/head
Jonathan "Duke" Leto 3 years ago
parent
commit
4b6cb3a97a
  1. 2
      app/build.gradle

2
app/build.gradle

@ -18,7 +18,7 @@ android {
targetSdkVersion Deps.targetSdkVersion
multiDexEnabled true
versionCode 9
versionName "0.5.20"
versionName "0.5.21"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

Loading…
Cancel
Save