plectrum

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

commit 350f67f2afbc2b444c0debbecea5a6b972e78a81
parent 3f539522d05cb040437f41ebb9ec35d26ae0cac9
Author: gstraube <gstraube@mailbox.org>
Date:   Sat,  1 Aug 2020 10:24:22 +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 25 - versionName "3.4" + versionCode 26 + versionName "3.5" vectorDrawables.useSupportLibrary = true