File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
extLibs/PreLollipopTransitions Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:8.5.0 '
8
+ classpath ' com.android.tools.build:gradle:8.5.1 '
9
9
}
10
10
}
11
11
@@ -31,6 +31,6 @@ allprojects {
31
31
}
32
32
}
33
33
34
- task clean ( type : Delete ) {
35
- delete rootProject. buildDir
34
+ tasks . register( ' clean ' , Delete ) {
35
+ delete rootProject. layout . buildDirectory
36
36
}
Original file line number Diff line number Diff line change @@ -66,5 +66,5 @@ android {
66
66
}
67
67
68
68
dependencies {
69
- implementation ' androidx.appcompat:appcompat:1.6.1 '
69
+ implementation ' androidx.appcompat:appcompat:1.7.0 '
70
70
}
Original file line number Diff line number Diff line change @@ -36,8 +36,10 @@ publishing {
36
36
}
37
37
38
38
allprojects {
39
- tasks. withType(JavaCompile ) {
40
- // options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
39
+ tasks. withType(JavaCompile ). tap {
40
+ configureEach {
41
+ // options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
42
+ }
41
43
}
42
44
}
43
45
@@ -96,15 +98,14 @@ dependencies {
96
98
api ' androidx.annotation:annotation:1.8.0'
97
99
api ' androidx.appcompat:appcompat:1.7.0'
98
100
api ' androidx.multidex:multidex:2.0.1'
99
- api ' com.google.android.apps.muzei:muzei-api:3.4.0 '
101
+ api ' com.google.android.apps.muzei:muzei-api:3.4.2 '
100
102
api ' dev.jahir.KustomAPI:api:6369c37'
101
103
api ' dev.jahir.KustomAPI:preset:6369c37'
102
104
103
105
implementation ' androidx.work:work-runtime:2.9.0'
104
106
implementation ' androidx.recyclerview:recyclerview:1.3.2'
105
107
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
106
108
implementation ' androidx.palette:palette:1.0.0'
107
- // implementation 'com.google.android.material:material:1.9.0'
108
109
implementation ' com.google.android.material:material:1.12.0'
109
110
implementation ' androidx.viewpager2:viewpager2:1.1.0'
110
111
implementation ' androidx.core:core-splashscreen:1.0.1'
You can’t perform that action at this time.
0 commit comments