diff --git a/Sample/build.gradle b/Sample/build.gradle index 16ce38a..94ac02e 100644 --- a/Sample/build.gradle +++ b/Sample/build.gradle @@ -28,14 +28,14 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.core:core-ktx:1.8.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' - implementation 'com.airbnb.android:lottie:4.2.2' + implementation 'com.airbnb.android:lottie:5.2.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'com.github.angcyo:DslAdapter:5.2.0' implementation 'com.github.angcyo:RRes:1.0.1' diff --git a/build.gradle b/build.gradle index 2822897..b0feb6c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,10 +3,11 @@ buildscript { ext.kotlin_version = '1.7.20' repositories { - maven { url 'https://maven.aliyun.com/repository/public' } + //maven { url 'https://maven.aliyun.com/repository/public' } google() mavenCentral() + maven { url 'https://jcenter.bintray.com' } maven { url 'https://jitpack.io' } } dependencies { @@ -19,10 +20,11 @@ buildscript { allprojects { repositories { - maven { url 'https://maven.aliyun.com/repository/public' } + //maven { url 'https://maven.aliyun.com/repository/public' } google() mavenCentral() + maven { url 'https://jcenter.bintray.com' } maven { url 'https://jitpack.io' } } }