This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.9 .0, 0.99.99]'
16
+ classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.10 .0, 0.99.99]'
17
17
}
18
18
}
19
19
```
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
29
29
30
30
group = ' com.onesignal'
31
- version = ' 0.9 .0'
31
+ version = ' 0.10 .0'
32
32
description ' OneSignal Gradle Plugin'
33
33
// Run to upload a new version to the Gradle Plugin Portal
34
34
// ./gradlew publishPlugins
@@ -80,6 +80,6 @@ uploadArchives {
80
80
// maven { url uri('../../repo') }
81
81
// 3. Update '../../repo' from above to your correct relative path
82
82
// 4. Add to buildscript -> dependencies
83
- // classpath 'com.onesignal:onesignal-gradle-plugin:[0.9 .0, 0.99.99]'
83
+ // classpath 'com.onesignal:onesignal-gradle-plugin:[0.10 .0, 0.99.99]'
84
84
// 5. To your app/build.gradle add
85
85
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin
You can’t perform that action at this time.
0 commit comments