File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ android {
14
14
multiDexEnabled true
15
15
16
16
// Naming app bundles
17
- setArchivesBaseName(" delta-v${ versionName} " )
17
+ tasks. withType(Jar ). configureEach {
18
+ archiveBaseName. set(" delta-v${ versionCode} " )
19
+ }
18
20
}
19
21
20
22
bundle {
@@ -68,7 +70,7 @@ dependencies {
68
70
*/
69
71
70
72
playImplementation ' com.github.zixpo:candybar:3.20.3'
71
- fossImplementation ' com.github.donnnno:candybar-foss:3.20.3 '
73
+ fossImplementation ' com.github.donnnno:candybar-foss:3.20.4 '
72
74
}
73
75
74
76
// Code for automatically copying appfilter.xml and drawable.xml
Original file line number Diff line number Diff line change 32
32
<item >nova</item >
33
33
<item >pixel</item >
34
34
<item >poco</item >
35
+ <item >projectivy</item >
35
36
<item >posidon</item >
36
37
<item >smart</item >
37
38
<item >solo</item >
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.1 '
8
+ classpath ' com.android.tools.build:gradle:8.7.3 '
9
9
}
10
10
}
11
11
@@ -19,8 +19,8 @@ allprojects {
19
19
20
20
rootProject. ext {
21
21
MinSdk = 21
22
- TargetSdk = 34
23
- CompileSdk = 34
22
+ TargetSdk = 35
23
+ CompileSdk = 35
24
24
}
25
25
/*
26
26
// fixed with candybar 3.20.3
@@ -38,4 +38,5 @@ allprojects {
38
38
39
39
// tasks.register('clean', Delete) {
40
40
// delete rootProject.layout.buildDirectory
41
+ // delete layout.buildDirectory //newer one
41
42
// }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
You can’t perform that action at this time.
0 commit comments