Skip to content

Commit

Permalink
Update Gradle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-op committed Apr 19, 2020
1 parent d1ff9d1 commit c0700bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/firebase_crashlytics/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}

dependencies {
implementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta03'
implementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta04'
implementation 'com.google.firebase:firebase-common:16.1.0'
implementation 'androidx.annotation:annotation:1.1.0'
}
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_crashlytics/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.google.gms:google-services:4.3.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta03'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta04'
}
}

Expand Down

0 comments on commit c0700bc

Please sign in to comment.