Browse Source

version bump

chat
Jonathan "Duke" Leto 5 years ago
parent
commit
09c1332f04
  1. 3
      app/build.gradle

3
app/build.gradle

@ -1,3 +1,4 @@
// Copyright 2019 The Hush developers
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
@ -17,7 +18,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "0.5.5"
versionName "0.5.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

Loading…
Cancel
Save