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.0 , 0.99.99]'
16
+ classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.13.2 , 0.99.99]'
17
17
}
18
18
}
19
19
```
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
47
47
48
48
group = ' gradle.plugin.com.onesignal'
49
- version = ' 0.13.0 '
49
+ version = ' 0.13.2 '
50
50
description ' OneSignal Gradle Plugin'
51
51
// Run to upload a new version to the Gradle Plugin Portal
52
52
// ./gradlew publishPlugins
@@ -98,6 +98,6 @@ publishing {
98
98
// maven { url uri('../../repo') }
99
99
// 3. Update '../../repo' from above to your correct relative path
100
100
// 4. Add to buildscript -> dependencies
101
- // classpath 'com.onesignal:onesignal-gradle-plugin:[0.13.0 , 0.99.99]'
101
+ // classpath 'com.onesignal:onesignal-gradle-plugin:[0.13.2 , 0.99.99]'
102
102
// 5. To your app/build.gradle add
103
103
// 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.0 ' )
280
+ project. logger. info(' Initializing OneSignal-Gradle-Plugin 0.13.2 ' )
281
281
282
282
hasFullPlayServices = false
283
283
gradleV2PostAGPApplyFallback = false
You can’t perform that action at this time.
0 commit comments