Skip to content

Commit

Permalink
Update for v3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Dec 23, 2024
1 parent 4f70162 commit a9b78b3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
* If you've missed some versions you've to also follow update guide for those versions
*/

implementation 'com.github.zixpo:candybar:3.20.3'
implementation 'com.github.zixpo:candybar:3.21.0'

// TODO: Remove `//` below to enable OneSignal
//implementation 'com.onesignal:OneSignal:[5.0.0, 5.99.99]'
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/values/launchers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
<item>action</item>
<item>adw</item>
<item>apex</item>
<item>before</item>
<item>blackberry</item>
<item>cm_theme</item>
<item>coloros</item>
<item>flick</item>
<item>go_ex</item>
<item>hios</item>
<item>holo</item>
<item>holo_hd</item>
<item>hyperion</item>
Expand All @@ -22,14 +25,19 @@
<item>microsoft</item>
<item>moto</item>
<item>niagara</item>
<item>nothing</item>
<item>nougat</item>
<item>nova</item>
<item>oxygenos</item>
<item>pixel</item>
<item>poco</item>
<item>projectivy</item>
<item>realme_ui</item>
<item>samsung_one_ui</item>
<item>smart</item>
<item>solo</item>
<item>square</item>
<item>tinybit</item>
<item>zenui</item>
</string-array>

Expand Down
6 changes: 3 additions & 3 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.5.1'
classpath 'com.android.tools.build:gradle:8.7.3'
}
}

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

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

Expand Down
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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip

0 comments on commit a9b78b3

Please sign in to comment.