plectrum

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

commit cbcfa558eccfbf9343614013d3306b8b7312dded
parent 5c8fea1e85228812346613c282dfdd6deda1496d
Author: gstraube <gstraube@mailbox.org>
Date:   Sat, 21 Oct 2017 18:22:16 +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 6 - versionName "1.5" + versionCode 7 + versionName "1.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {