From 85560ee936b9cbab531e325837c78eebf608a9ba Mon Sep 17 00:00:00 2001 From: k3b <1374583+k3b@users.noreply.github.com> Date: Tue, 4 Jun 2019 23:54:48 +0200 Subject: [PATCH] prepare v1.1.2.190605 (6) --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 559e339..f638576 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,9 +14,9 @@ android { // 1.0.2.190515 (3) Bugfix: rotation; illegal filename // 1.1.0.190518 (4) Implemented Workflow: GET_CONTENT/PICK/share/SEND/SENDTO to pick/re-send a cropped photo // 1.1.1.190522 (5) Errorhandling/display errormessage; delete temp files; action com.android.camera.action.CROP - - versionCode 5 - versionName "1.1.1.190522" + // 1.1.2.190605 (6) bugfixes send/get_content; translation-updates "en", "de","nb-rNO" + versionCode 6 + versionName "1.1.2.190605" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // all supported locales. Note: the lib has more translations which are supressed here