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

Commit f39c4aa

Browse files
committed
0.10.0 Release commit
1 parent dad39d6 commit f39c4aa

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.9.0, 0.99.99]'
16+
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.10.0, 0.99.99]'
1717
}
1818
}
1919
```

build.gradle

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

2929

3030
group = 'com.onesignal'
31-
version = '0.9.0'
31+
version = '0.10.0'
3232
description 'OneSignal Gradle Plugin'
3333
// Run to upload a new version to the Gradle Plugin Portal
3434
// ./gradlew publishPlugins
@@ -80,6 +80,6 @@ uploadArchives {
8080
// maven { url uri('../../repo') }
8181
// 3. Update '../../repo' from above to your correct relative path
8282
// 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]'
8484
// 5. To your app/build.gradle add
8585
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin

0 commit comments

Comments
 (0)