plectrum

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

commit 21458ab3d18f5938746dbd39c6d53a8317fb3332
parent 8256787905f38cc027a155c3009d4847fc621bb0
Author: gstraube <gstraube@mailbox.org>
Date:   Sat, 31 Mar 2018 11:22:13 +0200

Bump 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 16 - versionName "2.5" + versionCode 17 + versionName "2.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {