Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 794bca0

Browse files
committed
0.7.0 Release commit
1 parent f5ce395 commit 794bca0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This Gradle plugin helps make the [OneSignal Android SDK](https://github.com/One
77
Add the following to the top of your `app/build.gradle`
88
```Gradle
99
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'
1111
}
1212
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
1313
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424

2525
group = 'com.onesignal'
26-
version = '0.6.0'
26+
version = '0.7.0'
2727
description 'OneSignal Gradle Plugin'
2828
// Run to upload a new version to the Gradle Plugin Portal
2929
// ./gradlew publishPlugins
@@ -77,6 +77,6 @@ uploadArchives {
7777
// maven { url uri('../repo') }
7878
// 3. Update '../repo' to your correct relative path
7979
// 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'
8181
// 5. To your app/build.gradle add
8282
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin

0 commit comments

Comments
 (0)