Skip to content

Commit

Permalink
Updated for v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Jul 10, 2020
1 parent 3eefbb7 commit 3938f11
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ android {
versionName "1.0"
multiDexEnabled true

// Naming app bundles
setArchivesBaseName("${parent.name}-v${versionName}")

// Remove '/*' and '*/' below to enable OneSignal
/*
manifestPlaceholders = [
Expand Down Expand Up @@ -69,7 +72,7 @@ dependencies {
* 6. Done
*/

implementation 'com.github.zixpo:candybar:3.6.3'
implementation 'com.github.zixpo:candybar:3.7.0'

// Remove '//' below to Enable OneSignal
//implementation 'com.onesignal:OneSignal:3.12.4'
Expand Down
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn okhttp3.internal.platform.ConscryptPlatform
-dontwarn org.conscrypt.ConscryptHostnameVerifier

# Glide
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep class com.bumptech.glide.GeneratedAppGlideModuleImpl
5 changes: 0 additions & 5 deletions app/src/main/res/values/dashboard_configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@
* If disabled user only able to apply wallpaper from dashboard -->
<bool name="enable_wallpaper_download">true</bool>

<!-- Auto generated color for wallpaper card
* default: true
* change to false to disable it -->
<bool name="card_wallpaper_auto_generated_color">true</bool>

<!-- Wallpaper name and author below wallpaper
* Show or hide name and author below wallpaper
* Show -> true
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/launchers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<item>m</item>
<item>microsoft</item>
<item>mini</item>
<item>niagara</item>
<item>next</item>
<item>nougat</item>
<item>nova</item>
Expand All @@ -31,6 +32,7 @@
<item>posidon</item>
<item>smart</item>
<item>solo</item>
<item>square</item>
<item>v</item>
<item>zenui</item>
<item>zero</item>
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:3.6.2'
classpath 'com.android.tools.build:gradle:4.0.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -24,8 +24,8 @@ allprojects {

// NOTE: This is important
rootProject.ext {
BuildTools = "29.0.0"
MinSdk = 15
BuildTools = "29.0.2"
MinSdk = 21
TargetSdk = 29
CompileSdk = 29
SupportLibrary = "27.1.1"
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-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit 3938f11

Please sign in to comment.