1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 14:31:23 +02:00

update openScale to version 2.4.1

This commit is contained in:
oliexdev
2021-10-11 17:42:30 +02:00
parent 8251ee7ba5
commit 805181224d
4 changed files with 9 additions and 6 deletions

View File

@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
apply plugin: "androidx.navigation.safeargs" apply plugin: "androidx.navigation.safeargs"
android { android {
compileSdkVersion 31 compileSdkVersion 29
defaultConfig { defaultConfig {
applicationId "com.health.openscale" applicationId "com.health.openscale"
testApplicationId "com.health.openscale.test" testApplicationId "com.health.openscale.test"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 29 // TODO target higher 31 needs different Bluetooth permissions, see https://developer.android.com/guide/topics/connectivity/bluetooth/permissions
versionCode 55 versionCode 56
versionName "2.4.0" versionName "2.4.1"
manifestPlaceholders = [ manifestPlaceholders = [
appIcon: "@drawable/ic_launcher_openscale", appIcon: "@drawable/ic_launcher_openscale",
@@ -132,7 +132,7 @@ android {
dependencies { dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' 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.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.2.1'
@@ -148,7 +148,7 @@ dependencies {
// Simple CSV // Simple CSV
implementation 'com.j256.simplecsv:simplecsv:2.6' implementation 'com.j256.simplecsv:simplecsv:2.6'
// Blessed Android // Blessed Android
implementation 'com.github.weliem:blessed-android:2.1.0' implementation 'com.github.weliem:blessed-android:2.0.11'
// CustomActivityOnCrash // CustomActivityOnCrash
implementation 'cat.ereza:customactivityoncrash:2.3.0' implementation 'cat.ereza:customactivityoncrash:2.3.0'
// AppIntro // AppIntro

View File

@@ -0,0 +1 @@
- set target version for compatibility to 29

View File

@@ -0,0 +1 @@
- set target version for compatibility to 29

View File

@@ -0,0 +1 @@
- set target version for compatibility to 29