Skip to content

Commit

Permalink
release 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Jul 11, 2021
1 parent 05fad7a commit 908cb8d
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@ -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 181
versionName "0.9.9"

file("../version_last_tag.txt").text = "version: " + lastTagVersionName + "+" + lastTagVersionCode
//file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/181.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- update exiv2 to version 0.27.4
- fix small bug with exiv2SkipOnLogLevel setting
- reminder: translate the app on crowdin https://crowdin.com/project/exif-thumbnail-adder
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/181.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- mise à jour de exiv2 vers la version 0.27.4
- correction d'un bug avec le paramètre exiv2SkipOnLogLevel
- rappel: app traduisible sur crowdin https://crowdin.com/project/exif-thumbnail-adder
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.8+171
version: 0.9.9+181

0 comments on commit 908cb8d

Please sign in to comment.