From 0264ac750f4a4c3be48df97e849087bb2846e3e6 Mon Sep 17 00:00:00 2001 From: kroegerama <1519044+kroegerama@users.noreply.github.com> Date: Thu, 23 Jan 2020 16:33:33 +0100 Subject: [PATCH] fixes #12 --- app/build.gradle | 3 ++- library/build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7014d72..5d3b535 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,9 @@ dependencies { implementation 'androidx.core:core-ktx:1.1.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' + implementation 'com.google.android.material:material:1.1.0-rc02' - implementation 'com.kroegerama:android-kaiteki:2.9.0' + implementation 'com.kroegerama:android-kaiteki:2.9.1' implementation("com.github.bumptech.glide:glide:4.10.0") { exclude group: "com.android.support" diff --git a/library/build.gradle b/library/build.gradle index 6fd4d9e..c3e441d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.1.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' - api 'com.google.android.material:material:1.1.0-rc02' + implementation 'com.google.android.material:material:1.1.0-rc02' implementation 'com.kroegerama:android-kaiteki:2.9.1' implementation 'com.kroegerama:recyclerview-kaiteki:1.0.10'