Skip to content

Commit ad06721

Browse files
authored
update candybar-foss (#1060)
1 parent 6d417a5 commit ad06721

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

app/build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ android {
1414
multiDexEnabled true
1515

1616
// Naming app bundles
17-
setArchivesBaseName("delta-v${versionName}")
17+
tasks.withType(Jar).configureEach {
18+
archiveBaseName.set("delta-v${versionCode}")
19+
}
1820
}
1921

2022
bundle {
@@ -68,7 +70,7 @@ dependencies {
6870
*/
6971

7072
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'
7274
}
7375

7476
// Code for automatically copying appfilter.xml and drawable.xml

app/src/main/res/values/launchers.xml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<item>nova</item>
3333
<item>pixel</item>
3434
<item>poco</item>
35+
<item>projectivy</item>
3536
<item>posidon</item>
3637
<item>smart</item>
3738
<item>solo</item>

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.5.1'
8+
classpath 'com.android.tools.build:gradle:8.7.3'
99
}
1010
}
1111

@@ -19,8 +19,8 @@ allprojects {
1919

2020
rootProject.ext {
2121
MinSdk = 21
22-
TargetSdk = 34
23-
CompileSdk = 34
22+
TargetSdk = 35
23+
CompileSdk = 35
2424
}
2525
/*
2626
// fixed with candybar 3.20.3
@@ -38,4 +38,5 @@ allprojects {
3838

3939
// tasks.register('clean', Delete) {
4040
// delete rootProject.layout.buildDirectory
41+
// delete layout.buildDirectory //newer one
4142
// }

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)