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
0d221eec
Verified
Commit
0d221eec
authored
Mar 26, 2018
by
Sébastiaan Versteeg
Browse files
Force GMS version
parent
2e94341a
Changes
1
Hide whitespace changes
Inline
Side-by-side
android/build.gradle
View file @
0d221eec
...
@@ -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