You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2022. It is now read-only.
@@ -38,8 +38,9 @@ Applies to the following libraries:
38
38
- Future: Other warnings and checks specific to OneSignal such as app_id and notification icons
39
39
40
40
## 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
43
44
44
45
## Change Log
45
46
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
48
49
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.
49
50
For other OneSignal issues not related to this plugin please contact OneSignal support from the [OneSignal.com](https://onesignal.com) dashboard.
50
51
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
+
51
55
## Pull Requests
52
56
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.
0 commit comments