1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-24 17:23:03 +02:00

updated library version

This commit is contained in:
oliexdev
2019-12-22 10:32:36 +01:00
parent b1a3ea0b8a
commit 61765d305e
2 changed files with 7 additions and 7 deletions

View File

@@ -60,24 +60,24 @@ android {
} }
dependencies { dependencies {
implementation 'com.google.android.material:material:1.2.0-alpha01' implementation 'com.google.android.material:material:1.2.0-alpha03'
implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.1.0'
// MPAndroidChart // MPAndroidChart
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
// Simple CSV // Simple CSV
implementation 'com.j256.simplecsv:simplecsv:2.3' implementation 'com.j256.simplecsv:simplecsv:2.3'
// Blessed Android // Blessed Android
implementation 'com.github.weliem:blessed-android:0.10' implementation 'com.github.weliem:blessed-android:1.0'
// CustomActivityOnCrash // CustomActivityOnCrash
implementation 'cat.ereza:customactivityoncrash:2.2.0' implementation 'cat.ereza:customactivityoncrash:2.2.0'
// AppIntro // AppIntro
implementation 'com.github.AppIntro:AppIntro:5.1.0' implementation 'com.github.AppIntro:AppIntro:5.1.0'
// Room // Room
implementation 'androidx.room:room-runtime:2.2.1' implementation 'androidx.room:room-runtime:2.2.3'
annotationProcessor 'androidx.room:room-compiler:2.2.1' annotationProcessor 'androidx.room:room-compiler:2.2.3'
androidTestImplementation 'androidx.room:room-testing:2.2.1' androidTestImplementation 'androidx.room:room-testing:2.2.3'
// Timber // Timber
implementation 'com.jakewharton.timber:timber:4.7.1' implementation 'com.jakewharton.timber:timber:4.7.1'
// Local unit tests // Local unit tests

View File

@@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.5.0' classpath 'com.android.tools.build:gradle:3.5.3'
} }
} }