We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f077f42 commit 232dbe2Copy full SHA for 232dbe2
adapterDSL/build.gradle
@@ -47,7 +47,7 @@ dependencies {
47
// page
48
api "androidx.paging:paging-runtime-ktx:3.0.0"
49
/////////////////////////////////////////////////
50
- implementation 'com.github.Enjoyee:AndroidUtils:1.0.1'
+ implementation 'com.github.Enjoyee:AndroidUtils:1.0.5'
51
}
52
53
afterEvaluate {
build.gradle
@@ -1,6 +1,6 @@
1
apply from: 'config.gradle'
2
buildscript {
3
- ext.kotlin_version = "1.5.10"
+ ext.kotlin_version = "1.5.21"
4
repositories {
5
google()
6
mavenCentral()
0 commit comments