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

Commit 156b4a2

Browse files
committed
0.8.2 Release commit
1 parent 25e209a commit 156b4a2

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
@@ -13,7 +13,7 @@ buildscript {
1313
dependencies {
1414
// ...
1515
// OneSignal-Gradle-Plugin
16-
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.8.1, 0.99.99]'
16+
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.8.2, 0.99.99]'
1717
}
1818
}
1919
```

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.8.1'
26+
version = '0.8.2'
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' from above to your correct relative path
7979
// 4. Add to buildscript -> dependencies
80-
// classpath 'com.onesignal:onesignal-gradle-plugin:0.8.1'
80+
// classpath 'com.onesignal:onesignal-gradle-plugin:[0.8.2, 0.99.99]'
8181
// 5. To your app/build.gradle add
8282
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin

0 commit comments

Comments
 (0)