plectrum

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

commit 6e2148a8493fb224e7bb819e975cb55228134402
parent 02f2578d22633e230d534a3b9cb401851f5d2aaf
Author: gstraube <gstraube@mailbox.org>
Date:   Tue, 14 Nov 2017 17:25:53 +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 9 - versionName "1.8" + versionCode 10 + versionName "1.9" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {