From 97f789db5f6607d8cd76c199c605138f210ae02f Mon Sep 17 00:00:00 2001 From: k3b <1374583+k3b@users.noreply.github.com> Date: Fri, 17 May 2019 14:29:32 +0200 Subject: [PATCH] prepare v1.1.0.190518 (4) --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c33822d..0c72dd2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,9 @@ android { // 1.0.0.190425 (1) initial version // 1.0.1.190507 (2) Bugfix: missing read permission; port to android-x // 1.0.2.190515 (3) Bugfix: rotation; illegal filename - versionCode 3 - versionName "1.0.2.190515" + // 1.1.0.190518 (4) Implemented Workflow: GET_CONTENT/PICK/share/SEND/SENDTO to pick/re-send a cropped photo + versionCode 4 + versionName "1.1.0.190518" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // all supported locales. Note: the lib has more translations which are supressed here