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.
2 parents 48321ef + 65feb2d commit 810a874Copy full SHA for 810a874
example/android/app/build.gradle
@@ -1,17 +1,3 @@
1
-buildscript {
2
- repositories {
3
- // ...
4
- maven { url 'https://plugins.gradle.org/m2/' } // Gradle Plugin Portal
5
- }
6
- dependencies {
7
8
- // OneSignal-Gradle-Plugin
9
- classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.10.2, 0.99.99]'
10
11
-}
12
-
13
-apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
14
15
def localProperties = new Properties()
16
def localPropertiesFile = rootProject.file('local.properties')
17
if (localPropertiesFile.exists()) {
0 commit comments