Skip to content

Commit

Permalink
update openScale to version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Oct 11, 2021
1 parent 8251ee7 commit 8051812
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
apply plugin: "androidx.navigation.safeargs"

android {
compileSdkVersion 31
compileSdkVersion 29
defaultConfig {
applicationId "com.health.openscale"
testApplicationId "com.health.openscale.test"
minSdkVersion 21
targetSdkVersion 31
versionCode 55
versionName "2.4.0"
targetSdkVersion 29 // TODO target higher 31 needs different Bluetooth permissions, see https://developer.android.com/guide/topics/connectivity/bluetooth/permissions
versionCode 56
versionName "2.4.1"

manifestPlaceholders = [
appIcon: "@drawable/ic_launcher_openscale",
Expand Down Expand Up @@ -132,7 +132,7 @@ android {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

implementation 'com.google.android.material:material:1.5.0-alpha04'
implementation 'com.google.android.material:material:1.5.0-alpha02'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
Expand All @@ -148,7 +148,7 @@ dependencies {
// Simple CSV
implementation 'com.j256.simplecsv:simplecsv:2.6'
// Blessed Android
implementation 'com.github.weliem:blessed-android:2.1.0'
implementation 'com.github.weliem:blessed-android:2.0.11'
// CustomActivityOnCrash
implementation 'cat.ereza:customactivityoncrash:2.3.0'
// AppIntro
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- set target version for compatibility to 29
1 change: 1 addition & 0 deletions fastlane/metadata/openScale_light/en-GB/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- set target version for compatibility to 29
1 change: 1 addition & 0 deletions fastlane/metadata/openScale_pro/en-GB/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- set target version for compatibility to 29

0 comments on commit 8051812

Please sign in to comment.