Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from google/cb/update-agp
Browse files Browse the repository at this point in the history
Fix Santa not building
  • Loading branch information
chrisbanes authored Jul 18, 2019
2 parents be2966e + 7128fd5 commit bac925e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion santa-tracker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,7 @@ dependencies {
androidTestImplementation rootProject.ext.testingSupportRules
}

apply plugin: 'com.google.gms.google-services'
if (project.file('google-services.json').exists()) {
apply plugin: 'com.google.gms.google-services'
}
apply plugin: 'com.google.android.gms.oss-licenses-plugin'

0 comments on commit bac925e

Please sign in to comment.