Skip to content

Commit

Permalink
Fix duplicate class error. Fix izetmolla#5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlathrop committed Jul 26, 2021
1 parent a103059 commit 1b0042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'com.intellij:annotations:+@jar'
implementation 'org.jetbrains:annotations:+@jar'
implementation 'com.google.android.gms:play-services-ads:20.2.0'
}

0 comments on commit 1b0042a

Please sign in to comment.