Skip to content

Commit

Permalink
release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Jun 1, 2021
1 parent e0b4b81 commit 8c16dcb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
16 changes: 8 additions & 8 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 136
// versionName "0.9.4"
// versionCode finalVersionCode
// versionName finalVersionName
versionCode 146
versionName "0.9.5"

file("../version_last_tag.txt").text = "version: " + lastTagVersionName + "+" + lastTagVersionCode
//file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode
Expand Down Expand Up @@ -101,12 +101,12 @@ android {

dependencies {

implementation 'androidx.appcompat:appcompat:1.3.0-rc01' // Fix: https://stackoverflow.com/questions/51957944/android-view-viewonunhandledkeyeventlistener
implementation 'androidx.appcompat:appcompat:1.3.0' // Fix: https://stackoverflow.com/questions/51957944/android-view-viewonunhandledkeyeventlistener
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.fragment:fragment:1.3.2'
implementation 'androidx.navigation:navigation-fragment:2.3.4'
implementation 'androidx.navigation:navigation-ui:2.3.4'
implementation 'androidx.fragment:fragment:1.3.4'
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.wear:wear:1.1.0'
implementation 'androidx.documentfile:documentfile:1.0.1'
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/146.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- fixes for users of dark theme
- translate the app on crowdin https://crowdin.com/project/exif-thumbnail-adder
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/146.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- corrections pour le thème sombre
- 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.3+118
version: 0.9.5+146

0 comments on commit 8c16dcb

Please sign in to comment.