From f4c623ed45239e13cea4bd4eee5be76306c08410 Mon Sep 17 00:00:00 2001 From: k3b <1374583+k3b@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:38:33 +0100 Subject: [PATCH] #15: build: versionName "1.3.0.230218" --- TODO.md | 4 ---- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/10.txt | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index d032bd7..622d72f 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,3 @@ * v menu to define free/square/predefined/userdefined * bugs > * 200x400 => swap => 377x188 (expected 400x200) -v * v 200x400 => free => free not working - * todo - * add userdefined to menu -v * readme.md += aspectratio diff --git a/app/build.gradle b/app/build.gradle index 21e7ecb..fbf6994 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,9 +20,9 @@ android { // 1.2.0.191107 (7) Added jpg Image Rotation // 1.2.1.200708 (8) fix #4: Cropping result image without exif-thumbnail // 1.2.2.210416 (9) Library updates - // 1.3.0.230211 (10) new features: #15:modifyable dimensions; #35:Display crop box coordinates and size + // 1.3.0.230218 (10) new features: #15:modifyable dimensions; #35:Display crop box coordinates and size versionCode 10 - versionName "1.3.0.230211" + versionName "1.3.0.230218" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // all supported locales. Note: the lib has more translations which are supressed here diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt index 6e6e7c4..6d989dc 100644 --- a/fastlane/metadata/android/en-US/changelogs/10.txt +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -1,3 +1,3 @@ -Canges in v 1.3.0.230211 (10) +Canges in v 1.3.0.230218 (10) New Feature [#15 predefined crop sizes](https://github.com/k3b/LosslessJpgCrop/issues/15) New Feature [#35 Display crop box coordinates and size](https://github.com/k3b/LosslessJpgCrop/issues/35)