plectrum

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

commit 2a52aaca86b42a766ae083359cbb1c0f61153844
parent 906432bff2a7272d445d192c514f6954c0485072
Author: gstraube <gstraube@mailbox.org>
Date:   Fri,  2 Nov 2018 17:57:02 +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 28 - versionCode 19 - versionName "2.8" + versionCode 20 + versionName "2.9" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }