commit f980d21aa07916885162a57cc39cedea94f0e625
parent 0695fb512d921986f8614a0410a80ee6bd3888f2
Author: gstraube <gstraube@mailbox.org>
Date: Wed, 14 Feb 2018 18:42:34 +0100
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 15
- versionName "2.4"
+ versionCode 16
+ versionName "2.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {