Browse Source

Bump version

Jonathan "Duke" Leto 4 years ago
parent
commit
abd3bd7be4
  1. 6
      app/build.gradle

6
app/build.gradle

@ -1,4 +1,4 @@
// Copyright 2019-2020 The Hush developers
// Copyright 2019-2021 The Hush developers
// Released under the GPLv3
import org.myhush.silentdragon.Deps
@ -17,8 +17,8 @@ android {
minSdkVersion Deps.minSdkVersion
targetSdkVersion Deps.targetSdkVersion
multiDexEnabled true
versionCode 6
versionName "0.5.17"
versionCode 7
versionName "0.5.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

Loading…
Cancel
Save