This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This Gradle plugin helps make the [OneSignal Android SDK](https://github.com/One
7
7
Add the following to the top of your ` app/build.gradle `
8
8
``` Gradle
9
9
plugins {
10
- id 'com.onesignal.androidsdk.onesignal-gradle-plugin' version '0.6 .0'
10
+ id 'com.onesignal.androidsdk.onesignal-gradle-plugin' version '0.7 .0'
11
11
}
12
12
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
13
13
```
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
24
24
25
25
group = ' com.onesignal'
26
- version = ' 0.6 .0'
26
+ version = ' 0.7 .0'
27
27
description ' OneSignal Gradle Plugin'
28
28
// Run to upload a new version to the Gradle Plugin Portal
29
29
// ./gradlew publishPlugins
@@ -77,6 +77,6 @@ uploadArchives {
77
77
// maven { url uri('../repo') }
78
78
// 3. Update '../repo' to your correct relative path
79
79
// 4. To the same build.gradle under buildscript -> dependencies
80
- // classpath 'com.onesignal:onesignal-gradle-plugin:0.5 .0'
80
+ // classpath 'com.onesignal:onesignal-gradle-plugin:0.7 .0'
81
81
// 5. To your app/build.gradle add
82
82
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin
You can’t perform that action at this time.
0 commit comments