Skip to content

Commit

Permalink
Updated for v3.6.2 [Final]
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Feb 9, 2020
1 parent e6e4d97 commit 4907b57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
* 6. Done
*/

implementation 'com.github.zixpo:candybar:3.6.1'
implementation 'com.github.zixpo:candybar:3.6.2'

// Remove '//' below to Enable OneSignal
//implementation 'com.onesignal:OneSignal:3.12.4'
Expand Down
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@
-dontwarn okhttp3.**
-dontwarn okio.**
-dontwarn javax.annotation.**
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn okhttp3.internal.platform.ConscryptPlatform
-dontwarn org.conscrypt.ConscryptHostnameVerifier
2 changes: 2 additions & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<color name="splashColor">#FFFFFF</color>

<!-- Navigation View -->
<color name="navigationViewHeaderBackground">#00FFFFFF</color>
<color name="navigationViewHeaderBackgroundDark">#00FFFFFF</color>
<color name="navigationViewTitle">#FFFFFF</color>
<color name="navigationViewTitleBack">#33000000</color>

Expand Down

0 comments on commit 4907b57

Please sign in to comment.