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.2 , 0.99.99]'
16
+ classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.3 , 0.99.99]'
17
17
}
18
18
}
19
19
```
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
56
56
57
57
group = ' gradle.plugin.com.onesignal'
58
- version = ' 0.13.2 '
58
+ version = ' 0.13.3 '
59
59
description ' OneSignal Gradle Plugin'
60
60
// Run to upload a new version to the Gradle Plugin Portal
61
61
// ./gradlew publishPlugins
@@ -107,6 +107,6 @@ publishing {
107
107
// maven { url uri('file://C:\\repos\\local-plugin-repository') }
108
108
// 3. Update file:// from above to your correct path
109
109
// 4. Add to buildscript -> dependencies
110
- // classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.2 , 0.99.99]'
110
+ // classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.3 , 0.99.99]'
111
111
// 5. To your app/build.gradle add
112
112
// 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.2 ' )
280
+ project. logger. info(' Initializing OneSignal-Gradle-Plugin 0.13.3 ' )
281
281
282
282
hasFullPlayServices = false
283
283
gradleV2PostAGPApplyFallback = false
You can’t perform that action at this time.
0 commit comments