commit 878223766222fd4bff5adb0eb0e9a89cbb366bd8
parent c05c26671ea681f1d82f92dd10b888013b419f9b
Author: gstraube <gstraube@mailbox.org>
Date: Tue, 1 May 2018 15:43:28 +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 17
- versionName "2.6"
+ versionCode 18
+ versionName "2.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {