diff --git a/app/build.gradle b/app/build.gradle index 7506c93..dbd95ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' @@ -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 } diff --git a/fastlane/metadata/android/en-US/changelogs/154.txt b/fastlane/metadata/android/en-US/changelogs/154.txt new file mode 100644 index 0000000..a56e75e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/154.txt @@ -0,0 +1 @@ +* Fix a regression that prevented screen rotation detection on the OPPO Fin X2 Lite (and probably other devices). \ No newline at end of file