plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e711642e9f3553b514f5ff6f1ae84c662275396f
parent 28c6927c223ec0dc4c51ef50152995bdde8c3139
Author: gstraube <gstraube@mailbox.org>
Date:   Sun, 12 Nov 2017 17:00:59 +0100

Increment version

Diffstat:
Mapp/build.gradle | 4++--
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 8 - versionName "1.7" + versionCode 9 + versionName "1.8" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {