Skip to content

Commit

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

implementation 'com.github.zixpo:candybar:3.14.2'
implementation 'com.github.zixpo:candybar:3.15.0'

// TODO: Remove `//` below to enable OneSignal
//implementation 'com.onesignal:OneSignal:[4.0.0, 4.99.99]'
Expand Down
7 changes: 0 additions & 7 deletions app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,6 @@
It needs the option "config_json" to be configured in order to work -->
<bool name="json_check_before_request">false</bool>

<!-- Adds signature that the icon pack is installed from Play Store.
When enabled adds a PNG image (__r_icon.png) to icon request ZIP if the app is installed from Play Store.
Also the color of the signature icon would be different for every versionCode, it's there so that any user
won't be able to add the icon to the ZIP manually to fake that they installed the app from Play Store.
So, don't forget to check what color is the signature icon before releasing update of your icon pack. -->
<bool name="enable_ps_signature">false</bool>

<!-- Enable or disable premium icon request
In premium request, your users will purchase a premium request product (which you specify in the "License.java" file)
Later they can use the premium request product to do premium icon request.
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:7.1.3'
classpath 'com.android.tools.build:gradle:7.2.2'
}
}

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

rootProject.ext {
MinSdk = 16
TargetSdk = 32
CompileSdk = 32
TargetSdk = 33
CompileSdk = 33
}
}

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-7.4.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip

0 comments on commit 03ea723

Please sign in to comment.