1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-17 22:11:35 +02:00

update openScale to version 2.4.3

This commit is contained in:
oliexdev
2021-11-12 20:31:02 +01:00
parent 77960dced1
commit 49ae42b508
4 changed files with 6 additions and 3 deletions

View File

@@ -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'

View File

@@ -0,0 +1 @@
- fixed for Android 12 installations errors and crashes

View File

@@ -0,0 +1 @@
- fixed for Android 12 installations errors and crashes

View File

@@ -0,0 +1 @@
- fixed for Android 12 installations errors and crashes