plectrum

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

commit 36e8acd921aabdc73296048dc16947524e46fc92
parent c71793e574242a96e942b25f6202713ec6183d6f
Author: gstraube <gstraube@mailbox.org>
Date:   Mon,  8 Jan 2018 17:50:42 +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 12 - versionName "2.1" + versionCode 13 + versionName "2.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {