We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccc318 commit 23d602cCopy full SHA for 23d602c
presentation/build.gradle
@@ -56,6 +56,7 @@ dependencies {
56
implementation "androidx.appcompat:appcompat:$appcompatVersion"
57
implementation "com.google.android.material:material:$materialVersion"
58
implementation "androidx.constraintlayout:constraintlayout:$constraintlayoutVersion"
59
+ implementation "androidx.paging:paging-runtime-ktx:$paging3Version"
60
testImplementation "junit:junit:$junitVersion"
61
androidTestImplementation "androidx.test.ext:junit:$junitUiVersion"
62
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoCoreVersion"
0 commit comments