Skip to content

Commit

Permalink
release 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Mar 2, 2023
1 parent 470ed67 commit 4d8d570
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ android {
applicationId "com.exifthumbnailadder.app"
minSdkVersion 26
targetSdkVersion 33
versionCode finalVersionCode
versionName finalVersionName
// versionCode 381
// versionName "0.9.16.1"
// versionCode finalVersionCode
// versionName finalVersionName
versionCode 515
versionName "0.9.17"

file("../version_last_tag.txt").text = "version: " + lastTagVersionName + "+" + lastTagVersionCode
//file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/515.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Add support for Android 13 (+ set targetSdk to 33)
- Fine grained permission requests
- No need to resart processing after permissions are granted
- Refresh MediaStore after picture was processed
- Update pt-BR & tr-TR translations
- Technical changes: update build tools (Studio, Gradle, NDK...), improve tests
- keep only 'standard' flavor
2 changes: 1 addition & 1 deletion version_last_tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.9.16.1+381
version: 0.9.17+515

0 comments on commit 4d8d570

Please sign in to comment.