Skip to content

Commit

Permalink
Merge b0b1ba3 into bfd3e7d
Browse files Browse the repository at this point in the history
  • Loading branch information
guperrot committed Jan 26, 2019
2 parents bfd3e7d + b0b1ba3 commit 566e79d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.google.gms:google-services:4.2.0'

//noinspection GradleDependency upgrading this is not compatible with the pinned firebase versions
classpath 'com.google.gms:google-services:4.0.1'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2'
}
}
Expand Down
2 changes: 2 additions & 0 deletions sdk/appcenter-push/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ evaluationDependsOn(':sdk')
dependencies {
api project(':sdk:appcenter')

//noinspection GradleDependency cannot update this without sync error, but app can update
api "com.google.firebase:firebase-core:16.0.1"
//noinspection GradleDependency cannot update this without sync error, but app can update
api "com.google.firebase:firebase-messaging:17.0.0"
}

0 comments on commit 566e79d

Please sign in to comment.