This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree 3 files changed +4
-4
lines changed
src/main/groovy/com/onesignal/androidsdk
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
dependencies {
14
14
// ...
15
15
// OneSignal-Gradle-Plugin
16
- classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.3 , 0.99.99]'
16
+ classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.4 , 0.99.99]'
17
17
}
18
18
}
19
19
```
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
61
61
62
62
group = ' gradle.plugin.com.onesignal'
63
- version = ' 0.13.3 '
63
+ version = ' 0.13.4 '
64
64
description ' OneSignal Gradle Plugin'
65
65
// Run to upload a new version to the Gradle Plugin Portal
66
66
// ./gradlew publishPlugins
@@ -112,6 +112,6 @@ publishing {
112
112
// maven { url uri('file://C:\\repos\\local-plugin-repository') }
113
113
// 3. Update file:// from above to your correct path
114
114
// 4. Add to buildscript -> dependencies
115
- // classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.3 , 0.99.99]'
115
+ // classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.4 , 0.99.99]'
116
116
// 5. To your app/build.gradle add
117
117
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ class GradleProjectPlugin implements Plugin<Project> {
277
277
@Override
278
278
void apply (Project inProject ) {
279
279
project = inProject
280
- project. logger. info(' Initializing OneSignal-Gradle-Plugin 0.13.3 ' )
280
+ project. logger. info(' Initializing OneSignal-Gradle-Plugin 0.13.4 ' )
281
281
282
282
hasFullPlayServices = false
283
283
gradleV2PostAGPApplyFallback = false
You can’t perform that action at this time.
0 commit comments