Skip to content

Commit

Permalink
Merge pull request #13 from datafund/upgrading
Browse files Browse the repository at this point in the history
Resolving the problems connected to the library used for notification pulling the dependencies, that had breaking changes. Current stable version of react-native does not support these changes yet.
  • Loading branch information
sarajaksa committed Jul 2, 2019
2 parents c850124 + 6f2c690 commit fda1e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Expand Up @@ -2,6 +2,10 @@

buildscript {
ext {
//in order to make notification libary stop complaining
googlePlayServicesVersion = "16.1.0" // default: "+"
firebaseVersion = "15.0.2" // default: "+"

buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
Expand Down

0 comments on commit fda1e5f

Please sign in to comment.