Skip to content

Commit fd996cf

Browse files
committed
Update Gradle Plugins
Update AGP, Google Services, and the OneSignal Gradle plugins to the latest verions. Note that AGP (Android Gradle Plugin) 7 requires Java 11. This ships with Android Studio 2020
1 parent c2829ed commit fd996cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/OneSignalDemo/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ buildscript {
77
gradlePluginPortal()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.5.0'
11-
classpath 'com.google.gms:google-services:4.2.0'
12-
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.11.0, 0.99.99]'
10+
classpath 'com.android.tools.build:gradle:7.0.4'
11+
classpath 'com.google.gms:google-services:4.3.10'
12+
classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.14.0, 0.99.99]'
1313

1414
// TODO: Do not place your application dependencies here; they belong
1515
// in the individual module build.gradle files

0 commit comments

Comments
 (0)