File tree Expand file tree Collapse file tree 4 files changed +20
-14
lines changed Expand file tree Collapse file tree 4 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 1
- // Remove '/*' and '*/' below to enable OneSignal
1
+ // Remove '/*' and '*/' to Enable OneSignal
2
2
/*
3
3
buildscript {
4
- repositories {
5
- maven { url 'https://plugins.gradle.org/m2/' }
6
- }
7
- dependencies {
8
- classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.3 '
9
- }
4
+ repositories {
5
+ maven { url 'https://plugins.gradle.org/m2/' }
6
+ }
7
+ dependencies {
8
+ classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.12.6 '
9
+ }
10
10
}
11
11
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
12
12
*/
13
13
apply plugin : ' com.android.application'
14
14
15
15
repositories {
16
- maven { url ' https://maven.google.com ' }
16
+ maven { url ' https://jitpack.io ' }
17
17
}
18
18
19
19
android {
@@ -25,7 +25,7 @@ android {
25
25
variant. outputs. all { output ->
26
26
def appName = parent. name
27
27
def fileName = appName. replace(" " , " _" )
28
- outputFileName = " $fileName -v${ variant.versionName } .apk"
28
+ outputFileName = " $fileName -v${ variant.versionCode } .apk"
29
29
}
30
30
}
31
31
@@ -73,8 +73,8 @@ dependencies {
73
73
* 6. Done
74
74
*/
75
75
76
- implementation ' com.github.zixpo:candybar:v3.5.0-beta.6.5 '
76
+ implementation ' com.github.zixpo:candybar:v3.5.0-beta.6.6 '
77
77
78
78
// Remove '//' below to Enable OneSignal
79
- // implementation 'com.onesignal:OneSignal:3.10.7 '
79
+ // implementation 'com.onesignal:OneSignal:3.11.3 '
80
80
}
Original file line number Diff line number Diff line change 21
21
android : name =" .applications.CandyBar"
22
22
android : allowBackup =" true"
23
23
android : icon =" @mipmap/ic_launcher"
24
+ android : networkSecurityConfig =" @xml/network_config"
25
+ android : requestLegacyExternalStorage =" true"
24
26
android : label =" @string/app_name"
25
27
android : supportsRtl =" true"
26
28
android : theme =" @style/AppTheme"
27
- android : networkSecurityConfig =" @xml/network_config"
28
29
tools : replace =" android:icon" >
29
30
30
31
<activity
58
59
</intent-filter >
59
60
</activity >
60
61
62
+ <!--
63
+ Set `android:enabled="false"` to `android:enabled="true"` below if you don't want
64
+ your app to be locked until opened.
65
+ -->
66
+
61
67
<activity-alias
62
68
android : name =" .alias.Intent"
63
69
android : targetActivity =" .activities.MainActivity"
Original file line number Diff line number Diff line change 2
2
3
3
import androidx .annotation .NonNull ;
4
4
5
- // Remove '//' below to Enable OneSignal
5
+ // Remove `//` below to Enable OneSignal
6
6
//import com.onesignal.OneSignal;
7
7
8
8
import candybar .lib .applications .CandyBarApplication ;
Original file line number Diff line number Diff line change 2
2
3
3
import candybar .lib .services .CandyBarWidgetService ;
4
4
5
- public class ClockWidget extends CandyBarWidgetService {}
5
+ public class ClockWidget extends CandyBarWidgetService {}
You can’t perform that action at this time.
0 commit comments