Skip to content

Commit

Permalink
#304: Version 1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Apr 7, 2024
1 parent 5448920 commit 08c5324
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'com.android.application'
}

final SONAR_PROJECT_VERSION = '1.53'
final SONAR_PROJECT_VERSION = '1.54'

android {
namespace 'com.example.myapplication'
Expand All @@ -14,8 +14,8 @@ android {
minSdk 23
targetSdk 34
// F-Droid seems not to appreciate the use of variables
versionCode 153
versionName '1.53'
versionCode 154
versionName '1.54'
vectorDrawables {
useSupportLibrary true
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/154.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix a regression that prevented screen rotation detection on the OPPO Fin X2 Lite (and probably other devices).

0 comments on commit 08c5324

Please sign in to comment.