Skip to content

Commit

Permalink
try add packagingOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 13, 2024
1 parent 487ba97 commit e4f2b0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion binding/android/CobraTestApp/cobra-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
androidTestImplementation 'com.browserstack:gradle-tool:1.0.0'
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.5.1'
androidTestImplementation('androidx.test.espresso:espresso-intents:3.5.1')
}

packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}

afterEvaluate {
Expand Down

0 comments on commit e4f2b0c

Please sign in to comment.