Skip to content

Commit 810a874

Browse files
authored
Merge pull request #588 from OneSignal/remove-os-gradle-plugin
Remove the OneSignal gradle plugin from the example app.
2 parents 48321ef + 65feb2d commit 810a874

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

example/android/app/build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
151
def localProperties = new Properties()
162
def localPropertiesFile = rootProject.file('local.properties')
173
if (localPropertiesFile.exists()) {

0 commit comments

Comments
 (0)