mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-18 22:41:44 +02:00
update openScale to version 2.4.1
This commit is contained in:
@@ -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
|
||||
|
1
fastlane/metadata/android/en-GB/changelogs/56.txt
Normal file
1
fastlane/metadata/android/en-GB/changelogs/56.txt
Normal file
@@ -0,0 +1 @@
|
||||
- set target version for compatibility to 29
|
@@ -0,0 +1 @@
|
||||
- set target version for compatibility to 29
|
1
fastlane/metadata/openScale_pro/en-GB/changelogs/56.txt
Normal file
1
fastlane/metadata/openScale_pro/en-GB/changelogs/56.txt
Normal file
@@ -0,0 +1 @@
|
||||
- set target version for compatibility to 29
|
Reference in New Issue
Block a user