plectrum

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

commit 7da320d31923bbd4cc79db3c76cfb379c5cf9ae3
parent 61434bb9e4807a4df5536b0db8c27bb9a942bddd
Author: gstraube <gstraube@mailbox.org>
Date:   Sun, 17 Dec 2017 14:20:46 +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 10 - versionName "1.9" + versionCode 11 + versionName "2.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {