Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
c186be40
Commit
c186be40
authored
Mar 26, 2018
by
Sébastiaan Versteeg
Browse files
Merge branch 'fix/build' into 'master'
Force GMS version See merge request
!170
parents
2e94341a
0d221eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
android/build.gradle
View file @
c186be40
...
@@ -24,5 +24,13 @@ allprojects {
...
@@ -24,5 +24,13 @@ allprojects {
maven
{
maven
{
url
"https://maven.google.com"
// Google's Maven repository
url
"https://maven.google.com"
// Google's Maven repository
}
}
configurations
.
all
{
resolutionStrategy
{
// Fixes https://github.com/evollu/react-native-fcm/issues/857#issuecomment-375243825
force
'com.google.firebase:firebase-messaging:11.4.0'
force
'com.google.firebase:firebase-core:11.4.0'
force
'com.google.android.gms:play-services-gcm:11.4.0'
}
}
}
}
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment