We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3d9a6 commit 5c62534Copy full SHA for 5c62534
examples/RNOneSignal/android/app/build.gradle
@@ -1,5 +1,10 @@
1
-plugins {
2
- id 'com.onesignal.androidsdk.onesignal-gradle-plugin' version '0.8.1'
+buildscript {
+ repositories {
3
+ maven { url 'https://plugins.gradle.org/m2/'}
4
+ }
5
+ dependencies {
6
+ classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.10.0, 0.99.99]'
7
8
}
9
apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
10
0 commit comments