Skip to content

Commit

Permalink
re-release 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Jun 8, 2021
1 parent 74c55c9 commit d8274f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ android {
applicationId "com.exifthumbnailadder.app"
minSdkVersion 26
targetSdkVersion 30
versionCode finalVersionCode
versionName finalVersionName
// versionCode 171
// versionName "0.9.8"
// versionCode finalVersionCode
// versionName finalVersionName
versionCode 171
versionName "0.9.8"

file("../version_last_tag.txt").text = "version: " + lastTagVersionName + "+" + lastTagVersionCode
//file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/171.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fix crash with build type "release" (issue #16)
- reminder: translate the app on crowdin https://crowdin.com/project/exif-thumbnail-adder
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/171.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- corrige un plantage avec les binaires de type "release" (bug #16)
- rappel: app traduisible sur crowdin https://crowdin.com/project/exif-thumbnail-adder

0 comments on commit d8274f4

Please sign in to comment.