Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
kroegerama committed Jan 23, 2020
1 parent a4b3b9f commit 0264ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0264ac7

Please sign in to comment.