plectrum

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

commit c143b6aa69f4986695fd7741d8128b5f8534ffa2
parent 13ba873192981b6c7c334795ab3ae921f1b70bca
Author: gstraube <gstraube@mailbox.org>
Date:   Sun, 14 Jun 2020 19:37:28 +0200

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 23 - versionName "3.2" + versionCode 24 + versionName "3.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"