File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868
6969 <framework src =" src/android/build-extras.gradle" custom =" true" type =" gradleReference" />
7070
71- <framework src =" com.google.firebase:firebase-core:12.0.1" />
72- <framework src =" com.google.firebase:firebase-messaging:12.0.1" />
73- <framework src =" com.google.firebase:firebase-analytics:12.0.1" />
71+ <framework src =" com.google.firebase:firebase-core:16.0.7" />
72+ <framework src =" com.google.firebase:firebase-messaging:17.3.4" />
7473
7574 <source-file src =" src/android/com/eclipsesource/firebase/messaging/MessagingHandler.kt"
7675 target-dir =" src/com/eclipsesource/firebase/messaging" />
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ allprojects {
1919 google()
2020 jcenter()
2121 maven { url ' https://jitpack.io' }
22+ maven { url ' https://oss.sonatype.org/content/repositories/snapshots' }
2223 maven {
2324 // provides tabris from directory repository
2425 url System . getenv(" TABRIS_ANDROID_PLATFORM" ) + " /bin/templates/project/m2repository"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3 -all.zip
You can’t perform that action at this time.
0 commit comments