Skip to content

Commit 9e7418a

Browse files
committed
release 0.9.12
1 parent 5a88ffd commit 9e7418a

File tree

40 files changed

+14
-6
lines changed

40 files changed

+14
-6
lines changed

Diff for: app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ android {
1818
applicationId "com.exifthumbnailadder.app"
1919
minSdkVersion 26
2020
targetSdkVersion 30
21-
versionCode finalVersionCode
22-
versionName finalVersionName
23-
// versionCode 201
24-
// versionName "0.9.11"
21+
// versionCode finalVersionCode
22+
// versionName finalVersionName
23+
versionCode 213
24+
versionName "0.9.12"
2525

2626
file("../version_last_tag.txt").text = "version: " + lastTagVersionName + "+" + lastTagVersionCode
2727
//file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode

Diff for: fastlane/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ Do screenshots
5959

6060
----
6161

62-
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
62+
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
6363
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
6464
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
-2.93 KB
Loading
-4.6 KB
Loading
-1.81 KB
Loading
4.84 KB
Loading
268 Bytes
Loading
1.21 KB
Loading
-2.99 KB
Loading

Diff for: fastlane/metadata/android/en-US/changelogs/213.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Fix bug on Android 9 / API 28
2+
- Reduce app size (APK & used space)
3+
- Update German translation
4+
- Reminder: translate the app on crowdin https://crowdin.com/project/exif-thumbnail-adder
-2.03 KB
Loading
-1.87 KB
Loading
-1.55 KB
Loading
-1.78 KB
Loading
-154 Bytes
Loading
-532 Bytes
Loading
-898 Bytes
Loading

Diff for: fastlane/metadata/android/fr-FR/changelogs/213.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Corrige un bug avec Android 9 / API 28
2+
- Réduction de la taille de l'appli (APK & espace utilisé)
3+
- Mise à jour de la traduction en allemand
4+
- Rappel: app traduisible sur crowdin https://crowdin.com/project/exif-thumbnail-adder
-1.26 KB
Loading
-1.16 KB
Loading
-683 Bytes
Loading
-983 Bytes
Loading
623 Bytes
Loading
-444 Bytes
Loading
-772 Bytes
Loading
-1.22 KB
Loading
-1.91 KB
Loading
-939 Bytes
Loading
2.26 KB
Loading
483 Bytes
Loading
-360 Bytes
Loading
-934 Bytes
Loading
-2.14 KB
Loading
-1.82 KB
Loading
-772 Bytes
Loading
895 Bytes
Loading
-82 Bytes
Loading
-735 Bytes
Loading
-1.97 KB
Loading

Diff for: version_last_tag.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 0.9.11+201
1+
version: 0.9.12+213

0 commit comments

Comments
 (0)