Skip to content

Commit

Permalink
* update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
angcyo committed Dec 9, 2022
1 parent 80f0652 commit f603106
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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' }
}
}
Expand Down

0 comments on commit f603106

Please sign in to comment.