plectrum

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

commit 3291ea02c0240e44cdc2ccfc8094bbd2188e8c6f
parent b8cea8913269279c6e2f8dde2f8a3e12d334c1bf
Author: gstraube <gstraube@mailbox.org>
Date:   Mon, 20 Jul 2020 18:11:32 +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 24 - versionName "3.3" + versionCode 25 + versionName "3.4" vectorDrawables.useSupportLibrary = true