mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-09 10:16:44 +02:00
update openScale version to 2.0
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
testApplicationId "com.health.openscale.test"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 40
|
||||
versionName "1.9.3"
|
||||
versionCode 41
|
||||
versionName "2.0"
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }
|
||||
@@ -40,7 +40,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.android.material:material:1.1.0-alpha02'
|
||||
implementation 'com.google.android.material:material:1.1.0-alpha03'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
||||
@@ -61,9 +61,9 @@ dependencies {
|
||||
implementation 'cat.ereza:customactivityoncrash:2.2.0'
|
||||
|
||||
// Room
|
||||
implementation 'androidx.room:room-runtime:2.1.0-alpha03'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha03'
|
||||
androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha03'
|
||||
implementation 'androidx.room:room-runtime:2.1.0-alpha04'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.1.0-alpha04'
|
||||
androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha04'
|
||||
|
||||
// Timber
|
||||
implementation 'com.jakewharton.timber:timber:4.7.1'
|
||||
|
Reference in New Issue
Block a user