Skip to content

Commit 76f8063

Browse files
Merge branch '3.0' of github.com:DylanCaiCoding/LoadingHelper into 3.0
2 parents 333a662 + f6c8d14 commit 76f8063

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

app/build.gradle

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
3-
apply plugin: 'kotlin-android-extensions'
43

54
android {
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 {
3433
dependencies {
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
}

0 commit comments

Comments
 (0)