File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22apply plugin : ' kotlin-android'
3- apply plugin : ' kotlin-android-extensions'
43
54android {
65 compileSdkVersion 30
76
87 defaultConfig {
9- applicationId " com.dylanc.loadinghelper .sample"
8+ applicationId " com.dylanc.loadingstateview .sample"
109 minSdkVersion 21
1110 targetSdkVersion 30
1211 versionCode 2
@@ -34,13 +33,13 @@ android {
3433dependencies {
3534 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3635 implementation project(' :library' )
37- implementation ' androidx.appcompat:appcompat:1.2.0 '
38- implementation ' androidx.recyclerview:recyclerview:1.2.0 '
36+ implementation ' androidx.appcompat:appcompat:1.3.1 '
37+ implementation ' androidx.recyclerview:recyclerview:1.2.1 '
3938 implementation ' androidx.cardview:cardview:1.0.0'
40- implementation ' com.google.android.material:material:1.3 .0'
41- implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
39+ implementation ' com.google.android.material:material:1.4 .0'
40+ implementation ' androidx.constraintlayout:constraintlayout:2.1.0 '
4241 implementation ' com.github.bumptech.glide:glide:4.12.0'
4342 testImplementation ' junit:junit:4.13.2'
44- androidTestImplementation ' androidx.test.ext:junit:1.1.2 '
45- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
43+ androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
44+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.4 .0'
4645}
You can’t perform that action at this time.
0 commit comments