From 805181224d136112fb1b204497803fe39b4908d8 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Mon, 11 Oct 2021 17:42:30 +0200 Subject: [PATCH] update openScale to version 2.4.1 --- android_app/app/build.gradle | 12 ++++++------ fastlane/metadata/android/en-GB/changelogs/56.txt | 1 + .../metadata/openScale_light/en-GB/changelogs/56.txt | 1 + .../metadata/openScale_pro/en-GB/changelogs/56.txt | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/en-GB/changelogs/56.txt create mode 100644 fastlane/metadata/openScale_light/en-GB/changelogs/56.txt create mode 100644 fastlane/metadata/openScale_pro/en-GB/changelogs/56.txt diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 34b9ed1c1..16993a3c0 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -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", @@ -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' @@ -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 diff --git a/fastlane/metadata/android/en-GB/changelogs/56.txt b/fastlane/metadata/android/en-GB/changelogs/56.txt new file mode 100644 index 000000000..1a8f38848 --- /dev/null +++ b/fastlane/metadata/android/en-GB/changelogs/56.txt @@ -0,0 +1 @@ +- set target version for compatibility to 29 diff --git a/fastlane/metadata/openScale_light/en-GB/changelogs/56.txt b/fastlane/metadata/openScale_light/en-GB/changelogs/56.txt new file mode 100644 index 000000000..1a8f38848 --- /dev/null +++ b/fastlane/metadata/openScale_light/en-GB/changelogs/56.txt @@ -0,0 +1 @@ +- set target version for compatibility to 29 diff --git a/fastlane/metadata/openScale_pro/en-GB/changelogs/56.txt b/fastlane/metadata/openScale_pro/en-GB/changelogs/56.txt new file mode 100644 index 000000000..1a8f38848 --- /dev/null +++ b/fastlane/metadata/openScale_pro/en-GB/changelogs/56.txt @@ -0,0 +1 @@ +- set target version for compatibility to 29