File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ android {
28
28
29
29
dependencies {
30
30
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 '
34
34
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'
37
37
38
- implementation ' com.airbnb.android:lottie:4 .2.2 '
38
+ implementation ' com.airbnb.android:lottie:5 .2.0 '
39
39
implementation ' androidx.recyclerview:recyclerview:1.2.1'
40
40
implementation ' com.github.angcyo:DslAdapter:5.2.0'
41
41
implementation ' com.github.angcyo:RRes:1.0.1'
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext. kotlin_version = ' 1.7.20'
5
5
repositories {
6
- maven { url ' https://maven.aliyun.com/repository/public' }
6
+ // maven { url 'https://maven.aliyun.com/repository/public' }
7
7
8
8
google()
9
9
mavenCentral()
10
+ maven { url ' https://jcenter.bintray.com' }
10
11
maven { url ' https://jitpack.io' }
11
12
}
12
13
dependencies {
@@ -19,10 +20,11 @@ buildscript {
19
20
20
21
allprojects {
21
22
repositories {
22
- maven { url ' https://maven.aliyun.com/repository/public' }
23
+ // maven { url 'https://maven.aliyun.com/repository/public' }
23
24
24
25
google()
25
26
mavenCentral()
27
+ maven { url ' https://jcenter.bintray.com' }
26
28
maven { url ' https://jitpack.io' }
27
29
}
28
30
}
You can’t perform that action at this time.
0 commit comments