Skip to content

Commit

Permalink
release 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Apr 22, 2022
1 parent 8522937 commit 8702fea
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -18,10 +18,10 @@ android {
applicationId "com.exifthumbnailadder.app"
minSdkVersion 26
targetSdkVersion 31
versionCode finalVersionCode
versionName finalVersionName
// versionCode 232
// versionName "0.9.13"
// versionCode finalVersionCode
// versionName finalVersionName
versionCode 237
versionName "0.9.14"

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/237.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Permit to choose pixymeta-android in settings
- Reminder: translate the app on 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.13+232
version: 0.9.14+237

0 comments on commit 8702fea

Please sign in to comment.