Browse Source

bump version

dev v0.5.16
Jonathan "Duke" Leto 4 years ago
parent
commit
8a497732a7
  1. 4
      app/build.gradle

4
app/build.gradle

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

Loading…
Cancel
Save