diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 2a269b72b..5f6729c6c 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -8,8 +8,8 @@ android { testApplicationId "com.health.openscale.test" minSdkVersion 21 targetSdkVersion 31 - versionCode 57 - versionName "2.4.2" + versionCode 58 + versionName "2.4.3" manifestPlaceholders = [ appIcon: "@drawable/ic_launcher_openscale", @@ -139,7 +139,7 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' - implementation 'com.google.android.material:material:1.5.0-alpha05' + implementation 'com.google.android.material:material:1.5.0-beta01' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.recyclerview:recyclerview:1.2.1' diff --git a/fastlane/metadata/android/en-GB/changelogs/58.txt b/fastlane/metadata/android/en-GB/changelogs/58.txt new file mode 100644 index 000000000..a300a2012 --- /dev/null +++ b/fastlane/metadata/android/en-GB/changelogs/58.txt @@ -0,0 +1 @@ +- fixed for Android 12 installations errors and crashes diff --git a/fastlane/metadata/openScale_light/en-GB/changelogs/58.txt b/fastlane/metadata/openScale_light/en-GB/changelogs/58.txt new file mode 100644 index 000000000..a300a2012 --- /dev/null +++ b/fastlane/metadata/openScale_light/en-GB/changelogs/58.txt @@ -0,0 +1 @@ +- fixed for Android 12 installations errors and crashes diff --git a/fastlane/metadata/openScale_pro/en-GB/changelogs/58.txt b/fastlane/metadata/openScale_pro/en-GB/changelogs/58.txt new file mode 100644 index 000000000..a300a2012 --- /dev/null +++ b/fastlane/metadata/openScale_pro/en-GB/changelogs/58.txt @@ -0,0 +1 @@ +- fixed for Android 12 installations errors and crashes