diff --git a/app/build.gradle b/app/build.gradle index 3ec8b423..a65cc61d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' + androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.github.bumptech.glide:glide:4.9.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0' @@ -50,13 +50,13 @@ dependencies { } implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' - implementation 'androidx.room:room-runtime:2.0.0' - annotationProcessor 'androidx.room:room-compiler:2.0.0' + implementation 'androidx.room:room-runtime:2.1.0' + annotationProcessor 'androidx.room:room-compiler:2.1.0' implementation 'androidx.paging:paging-runtime:2.1.0' implementation 'androidx.paging:paging-common:2.1.0' - implementation "joda-time:joda-time:2.9.9" + implementation 'joda-time:joda-time:2.9.9' implementation 'org.jsoup:jsoup:1.11.3' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' @@ -64,10 +64,7 @@ dependencies { implementation 'com.afollestad.material-dialogs:core:0.9.6.0' implementation 'com.github.clans:fab:1.6.4' - // fastadapter requires androidx after 3.2.9 - implementation 'com.mikepenz:fastadapter:3.2.9' - implementation 'com.mikepenz:fastadapter-commons:3.2.9' - implementation "com.mikepenz:materialdrawer:6.0.9" - - implementation 'org.apache.commons:commons-collections4:4.3' + implementation 'com.mikepenz:fastadapter:3.3.1' + implementation 'com.mikepenz:fastadapter-commons:3.3.0' + implementation 'com.mikepenz:materialdrawer:6.1.2' } diff --git a/build.gradle b/build.gradle index bf6f2eee..e1a87d36 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.0' + classpath 'com.android.tools.build:gradle:3.4.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/readropslibrary/build.gradle b/readropslibrary/build.gradle index 1729e9c0..f50ca439 100644 --- a/readropslibrary/build.gradle +++ b/readropslibrary/build.gradle @@ -27,10 +27,10 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.0.2' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.squareup.retrofit2:retrofit:2.4.0' implementation 'com.squareup.retrofit2:converter-gson:2.4.0'