From a0772a62a682480eaa4fee066c95ff7bc21a9edf Mon Sep 17 00:00:00 2001 From: oliexdev Date: Fri, 18 Oct 2019 15:33:24 +0200 Subject: [PATCH] upgraded blessed library to version 0.10 --- android_app/app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 42d699c7..5fcae86f 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -59,7 +59,7 @@ android { } dependencies { - implementation 'com.google.android.material:material:1.1.0-alpha10' + implementation 'com.google.android.material:material:1.1.0-beta01' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.0.0' @@ -68,13 +68,13 @@ dependencies { // Simple CSV implementation 'com.j256.simplecsv:simplecsv:2.3' // Blessed Android - implementation 'com.github.weliem:blessed-android:0.8' + implementation 'com.github.weliem:blessed-android:0.10' // CustomActivityOnCrash implementation 'cat.ereza:customactivityoncrash:2.2.0' // Room - implementation 'androidx.room:room-runtime:2.2.0-rc01' - annotationProcessor 'androidx.room:room-compiler:2.2.0-rc01' - androidTestImplementation 'androidx.room:room-testing:2.2.0-rc01' + implementation 'androidx.room:room-runtime:2.2.0' + annotationProcessor 'androidx.room:room-compiler:2.2.0' + androidTestImplementation 'androidx.room:room-testing:2.2.0' // Timber implementation 'com.jakewharton.timber:timber:4.7.1' // Local unit tests