plectrum

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

commit b583f052765535e4d82a3ca8bf0177b4a78a0ada
parent c9661902bd72fda626d51c004813740e556d72fd
Author: gstraube <gstraube@mailbox.org>
Date:   Wed, 31 Jan 2018 18:05:50 +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 14 - versionName "2.3" + versionCode 15 + versionName "2.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {