File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
6
6
}
7
7
8
8
android {
9
- compileSdk 34
9
+ compileSdk 35
10
10
11
11
defaultConfig {
12
12
applicationId " com.chad.baserecyclerviewadapterhelper"
13
- minSdk 21
14
- targetSdk 34
13
+ minSdk 23
14
+ targetSdk 35
15
15
versionCode 10
16
16
versionName " 4.0"
17
17
}
@@ -49,10 +49,10 @@ dependencies {
49
49
implementation ' com.google.android.material:material:1.12.0'
50
50
implementation ' androidx.cardview:cardview:1.0.0'
51
51
implementation ' androidx.appcompat:appcompat:1.7.0'
52
- implementation " androidx.core:core-ktx:1.13.1 "
52
+ implementation " androidx.core:core-ktx:1.16.0 "
53
53
54
54
implementation ' com.kyleduo.switchbutton:library:2.1.0'
55
- implementation ' androidx.recyclerview:recyclerview:1.3.2 '
55
+ implementation ' androidx.recyclerview:recyclerview:1.4.0 '
56
56
implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
57
57
58
58
implementation(" com.squareup.moshi:moshi:1.15.1" )
Original file line number Diff line number Diff line change 1
1
2
2
plugins {
3
- id ' com.android.application' version ' 8.2.0 ' apply false
4
- id ' com.android.library' version ' 8.2.0 ' apply false
5
- id ' org.jetbrains.kotlin.android' version ' 2.0.0 ' apply false
6
- id ' com.google.devtools.ksp' version ' 2.0.0-1 .0.21 ' apply false
3
+ id ' com.android.application' version ' 8.9.2 ' apply false
4
+ id ' com.android.library' version ' 8.9.2 ' apply false
5
+ id ' org.jetbrains.kotlin.android' version ' 2.1.20 ' apply false
6
+ id ' com.google.devtools.ksp' version ' 2.1.20-2 .0.0 ' apply false
7
7
}
8
8
9
9
tasks. register(' clean' , Delete ) {
Original file line number Diff line number Diff line change 1
1
# Mon May 29 14:19:55 CST 2023
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments