File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ buildscript {
11
11
dependencies {
12
12
classpath ' com.android.tools.build:gradle:7.0.4'
13
13
classpath ' com.google.gms:google-services:4.3.10'
14
- classpath ' gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.14.0, 0.99.99]'
15
14
classpath ' com.huawei.agconnect:agcp:1.6.2.300'
16
15
17
16
// TODO: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -15,19 +15,12 @@ buildscript {
15
15
kotlinVersion = ' 1.4.32'
16
16
ktlintVersion = ' 11.0.0'
17
17
detektVersion = ' 1.21.0'
18
- onesignalGradlePluginVersion = ' [0.14.0, 0.99.99]'
19
18
}
20
19
21
20
repositories {
22
21
google()
23
22
mavenCentral()
24
-
25
- // OneSignal-Gradle-Plugin - Local testing
26
- // maven { url uri('../../repo') }
27
-
28
- // OneSignal-Gradle-Plugin - Public version
29
23
gradlePluginPortal()
30
-
31
24
// Huawei maven
32
25
maven { url ' https://developer.huawei.com/repo/' }
33
26
}
@@ -39,12 +32,6 @@ buildscript {
39
32
40
33
classpath " org.jlleitschuh.gradle:ktlint-gradle:$ktlintVersion "
41
34
classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$detektVersion "
42
-
43
- // OneSignal-Gradle-Plugin - Local testing
44
- // classpath 'com.onesignal:onesignal-gradle-plugin:[0.8.1, 0.99.99]'
45
-
46
- // OneSignal-Gradle-Plugin - Public version
47
- classpath " gradle.plugin.com.onesignal:onesignal-gradle-plugin:$onesignalGradlePluginVersion "
48
35
}
49
36
}
50
37
You can’t perform that action at this time.
0 commit comments