plectrum

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

commit f0be3654374b4a75a2ffe67d0172a1eaddc48394
parent 06ee587440ae5b0ea26448cf4c0d9e72b78afd32
Author: gstraube <gstraube@mailbox.org>
Date:   Sun, 16 Feb 2020 10:54:17 +0100

Increment version

Diffstat:
Mapp/build.gradle | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.cythara" minSdkVersion 15 targetSdkVersion 28 - versionCode 22 - versionName "3.1" + versionCode 23 + versionName "3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"