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

Commit 5c81998

Browse files
committed
0.6.0 Release commit
1 parent f70be0b commit 5c81998

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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.5.0'
10+
id 'com.onesignal.androidsdk.onesignal-gradle-plugin' version '0.6.0'
1111
}
1212
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
1313
```

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradle.plugin-publish' version '0.9.8'
2+
id 'com.gradle.plugin-publish' version '0.9.9'
33
id 'java-gradle-plugin'
44
}
55

@@ -23,8 +23,10 @@ dependencies {
2323

2424

2525
group = 'com.onesignal'
26-
version = '0.5.0'
26+
version = '0.6.0'
2727
description 'OneSignal Gradle Plugin'
28+
// Run to upload a new version to the Gradle Plugin Portal
29+
// ./gradlew publishPlugins
2830

2931
pluginBundle {
3032
website = 'http://onesignal.com/'

0 commit comments

Comments
 (0)