plectrum

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

commit e97308c02f8152a793864282f0c73d4030f46d99
parent 1ce7e0e461f62b38354cb776b283896f245e5a97
Author: gstraube <gstraube@mailbox.org>
Date:   Thu, 31 Aug 2017 19:41:46 +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 @@ -9,8 +9,8 @@ android { applicationId "com.github.cythara" minSdkVersion 15 targetSdkVersion 26 - versionCode 3 - versionName "1.2" + versionCode 4 + versionName "1.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {