Skip to content

Commit f603106

Browse files
committed
* update demo
1 parent 80f0652 commit f603106

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Sample/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ android {
2828

2929
dependencies {
3030
implementation fileTree(dir: 'libs', include: ['*.jar'])
31-
implementation 'androidx.appcompat:appcompat:1.4.1'
32-
implementation 'androidx.core:core-ktx:1.6.0'
33-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
31+
implementation 'androidx.appcompat:appcompat:1.4.2'
32+
implementation 'androidx.core:core-ktx:1.8.0'
33+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3434
testImplementation 'junit:junit:4.13.2'
35-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
36-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
35+
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
36+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
3737

38-
implementation 'com.airbnb.android:lottie:4.2.2'
38+
implementation 'com.airbnb.android:lottie:5.2.0'
3939
implementation 'androidx.recyclerview:recyclerview:1.2.1'
4040
implementation 'com.github.angcyo:DslAdapter:5.2.0'
4141
implementation 'com.github.angcyo:RRes:1.0.1'

build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
buildscript {
44
ext.kotlin_version = '1.7.20'
55
repositories {
6-
maven { url 'https://maven.aliyun.com/repository/public' }
6+
//maven { url 'https://maven.aliyun.com/repository/public' }
77

88
google()
99
mavenCentral()
10+
maven { url 'https://jcenter.bintray.com' }
1011
maven { url 'https://jitpack.io' }
1112
}
1213
dependencies {
@@ -19,10 +20,11 @@ buildscript {
1920

2021
allprojects {
2122
repositories {
22-
maven { url 'https://maven.aliyun.com/repository/public' }
23+
//maven { url 'https://maven.aliyun.com/repository/public' }
2324

2425
google()
2526
mavenCentral()
27+
maven { url 'https://jcenter.bintray.com' }
2628
maven { url 'https://jitpack.io' }
2729
}
2830
}

0 commit comments

Comments
 (0)