Skip to content

Commit

Permalink
Use implementation for gson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kroikie committed Nov 8, 2019
1 parent c1c4538 commit 4f1dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firebase_auth/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
implementation 'androidx.annotation:annotation:1.0.0'
implementation 'com.google.firebase:firebase-common:16.1.0'
implementation 'com.google.firebase:firebase-auth:17.0.0'
api 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.code.gson:gson:2.8.5'
}
}

Expand Down

0 comments on commit 4f1dfcf

Please sign in to comment.