commit 61b79742d86451359671bde61c3d962caff778b9
parent 09db0a1dde6834d3acd9257e665caa2fe84efd66
Author: gstraube <gstraube@mailbox.org>
Date: Sun, 15 Oct 2017 13:49:34 +0200
Increment version
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.github.cythara"
minSdkVersion 15
targetSdkVersion 26
- versionCode 5
- versionName "1.4"
+ versionCode 6
+ versionName "1.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {