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

Commit 71da17c

Browse files
committed
0.10.2 Release commit
1 parent f8c9c35 commit 71da17c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
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.10.1, 0.99.99]'
16+
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.10.2, 0.99.99]'
1717
}
1818
}
1919
```
@@ -38,8 +38,9 @@ Applies to the following libraries:
3838
- Future: Other warnings and checks specific to OneSignal such as app_id and notification icons
3939

4040
## Compatibility
41-
Compatible with Gradle 2.14.1+ and AGP (Android Gradle Plugin) 2.2.3+
42-
* Tested up to Gradle 4.7 and AGP 3.1.2
41+
* Recommend using AGP 3.0.0 or newer ([Android Gradle Plugin](https://developer.android.com/studio/releases/gradle-plugin)) and Gradle 4.1 or newer.
42+
* Compatible with Gradle 2.14.1+ and AGP 2.2.3+
43+
* Tested up to Gradle 4.8 and AGP 3.1.2
4344

4445
## Change Log
4546
See this repository's [release tags](https://github.com/OneSignal/OneSignal-Gradle-Plugin/releases) for a complete change log.
@@ -48,5 +49,8 @@ See this repository's [release tags](https://github.com/OneSignal/OneSignal-Grad
4849
Please create a new issue on this repository's [Github issue tracker](https://github.com/OneSignal/OneSignal-Gradle-Plugin/issues) for feature requests and bug reports related specifically to this plugin.
4950
For other OneSignal issues not related to this plugin please contact OneSignal support from the [OneSignal.com](https://onesignal.com) dashboard.
5051

52+
## Troubleshooting
53+
You can add `--info` to `./gradlew` commands such as `./gradlew app:dependencies --info` to see log entries of version overrides being applied.
54+
5155
## Pull Requests
5256
Pull requests are welcome! Please fork, create a new branch, and open a pull request. Also please add a test to `MainTest.groovy` verify your changes.

build.gradle

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

4646

4747
group = 'com.onesignal'
48-
version = '0.10.1'
48+
version = '0.10.2'
4949
description 'OneSignal Gradle Plugin'
5050
// Run to upload a new version to the Gradle Plugin Portal
5151
// ./gradlew publishPlugins
@@ -97,6 +97,6 @@ uploadArchives {
9797
// maven { url uri('../../repo') }
9898
// 3. Update '../../repo' from above to your correct relative path
9999
// 4. Add to buildscript -> dependencies
100-
// classpath 'com.onesignal:onesignal-gradle-plugin:[0.10.1, 0.99.99]'
100+
// classpath 'com.onesignal:onesignal-gradle-plugin:[0.10.2, 0.99.99]'
101101
// 5. To your app/build.gradle add
102102
// apply plugin: com.onesignal.androidsdk.GradleProjectPlugin

0 commit comments

Comments
 (0)