plectrum

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

commit 7ec24b745063e7617caa5b1c4c69024f03a64e25
parent 938999ce0c8efedc0bcd95e1d48da792d4098217
Author: gstraube <gstraube@mailbox.org>
Date:   Mon, 30 Oct 2017 16:27:49 +0100

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 7 - versionName "1.6" + versionCode 8 + versionName "1.7" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {