Skip to content

Commit

Permalink
Merge pull request #199 from mgurreta/update_android_build_gradle
Browse files Browse the repository at this point in the history
Update Android gradle configuration to conform to gradle 4.4
  • Loading branch information
sibelius authored Oct 7, 2018
2 parents f8f6c0f + 62ae795 commit 523a4ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.4'
}
}

Expand Down Expand Up @@ -56,8 +56,8 @@ repositories {
}

dependencies {
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNative', '+')}"
compile('com.crashlytics.sdk.android:crashlytics:2.9.2@aar') {
implementation "com.facebook.react:react-native:${safeExtGet('reactNative', '+')}"
implementation("com.crashlytics.sdk.android:crashlytics:2.9.5@aar") {
transitive = true;
}
}

0 comments on commit 523a4ed

Please sign in to comment.