Skip to content

Commit

Permalink
Prepare for v3.5.0-beta.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Oct 18, 2019
1 parent 6d8daf4 commit 8f3c8a8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# v3.5.0-beta.6.6
- Fix wallpaper download bug with Android 10.
- Fix wallpaper download issue with Android 10.
- Show Loader while icon are being loaded.
- Minor Fixes

# v3.5.0-beta.6.5
- Fix Playstore check.
Expand Down
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Remove '/*' and '*/' below to enable OneSignal
// Remove '/*' and '*/' to Enable OneSignal
/*
buildscript {
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.6'
}
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.6'
}
}
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
*/
Expand Down Expand Up @@ -40,7 +40,7 @@ android {
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 356
versionName "3.5.0-beta.6.5"
versionName "3.5.0-beta.6.6"
multiDexEnabled true

// Remove '/*' and '*/' below to enable OneSignal
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/candybar/dev/applications/CandyBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

import candybar.lib.applications.CandyBarApplication;

//import com.onesignal.OneSignal

public class CandyBar extends CandyBarApplication {

// Remove '/*' and '*/' to Enable OneSignal
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 356
versionName "3.5.0-beta.6.5"
versionName "3.5.0-beta.6.6"
vectorDrawables.useSupportLibrary true
multiDexEnabled true
}
Expand Down Expand Up @@ -72,7 +72,7 @@ dependencies {

api 'androidx.annotation:annotation:1.1.0'
api 'androidx.appcompat:appcompat:1.1.0'
api 'com.google.android.apps.muzei:muzei-api:3.1.0'
api 'com.google.android.apps.muzei:muzei-api:3.2.0'
api 'androidx.multidex:multidex:2.0.1'

implementation "androidx.work:work-runtime:2.2.0-rc01"
Expand Down

0 comments on commit 8f3c8a8

Please sign in to comment.