Skip to content

Commit

Permalink
#15: build: versionName "1.3.0.230218"
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Feb 16, 2023
1 parent 886e03e commit f4c623e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit f4c623e

Please sign in to comment.