Skip to content

Commit

Permalink
update openScale to version 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Nov 12, 2021
1 parent 77960dc commit 49ae42b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fixed for Android 12 installations errors and crashes
1 change: 1 addition & 0 deletions fastlane/metadata/openScale_light/en-GB/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fixed for Android 12 installations errors and crashes
1 change: 1 addition & 0 deletions fastlane/metadata/openScale_pro/en-GB/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fixed for Android 12 installations errors and crashes

0 comments on commit 49ae42b

Please sign in to comment.