plectrum

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

commit 2e7a6ff7d1cc68a72f82a49dfd3c503f826af869
parent ecf8f3e855d96af9a77d4ba783201cac3ff5110f
Author: gstraube <gstraube@mailbox.org>
Date:   Sat,  1 Aug 2020 18:14:11 +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 26 - versionName "3.5" + versionCode 27 + versionName "3.6" vectorDrawables.useSupportLibrary = true