Skip to content

Commit

Permalink
update to 3.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Dec 17, 2024
1 parent d9ff010 commit 90d61ca
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 13 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ android {
multiDexEnabled true

// Naming app bundles
setArchivesBaseName("${parent.name}-v${versionCode}")
tasks.withType(Jar).configureEach {
archiveBaseName.set("${parent.name}-v${versionCode}")
}
}

bundle {
Expand Down Expand Up @@ -47,7 +49,7 @@ dependencies {
* If you've missed some versions you've to also follow update guide for those versions
*/

implementation 'com.github.Donnnno:candybar-foss:3.19.0'
implementation 'com.github.Donnnno:candybar-foss:3.20.4'

}

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" tools:node="remove" />
-->

<!-- Remove the following line if you're using cloud-based wallpapers -->
<!-- Remove the following line if you're using cloud-based wallpapers
-->
<uses-permission android:name="android.permission.INTERNET" tools:node="remove" />

<application
<application
tools:ignore="GoogleAppIndexingWarning,GoogleAppIndexingUrlError"
android:name=".applications.CandyBar"
android:allowBackup="true"
Expand Down
Binary file added app/src/main/assets/color_burst.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions app/src/main/assets/wallpapers_offline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"name": "Color Burst",
"author": "Greyson Joralemon",
"url": "assets://color_burst.jpg"
}
]
2 changes: 1 addition & 1 deletion app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
Now when "Wallpaper" section is selected in your icon pack app's navigation drawer,
your wallpaper app will be launched if it's installed. If it's not installed, then the Play Store page
will be opened to install your wallpaper app. -->
<string name="wallpaper_json">https://zixpo.github.io/candybar-sources/walls_alt.json</string>
<string name="wallpaper_json">assets://wallpapers_offline.json</string>

<!-- Enable wallpaper downloading
If disabled, your users will only be able to apply wallpapers from the dashboard.
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/launchers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<item>omega</item>
<item>pixel</item>
<item>poco</item>
<item>projectivy</item>
<item>samsung_one_ui</item>
<item>smart</item>
<item>solo</item>
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.7.3'
}
}

Expand All @@ -19,11 +19,11 @@ allprojects {

rootProject.ext {
MinSdk = 21
TargetSdk = 34
CompileSdk = 34
TargetSdk = 35
CompileSdk = 35
}
}

tasks.register('clean', Delete) {
delete rootProject.buildDir
}
delete layout.buildDirectory
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# The setting is particularly useful for tweaking memory setings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xms512m -Xmx1024m

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# org.gradle.parallel=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 90d61ca

Please sign in to comment.