Skip to content

Commit

Permalink
try fix - move packagingOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 13, 2024
1 parent e4f2b0c commit 45e8fc9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions binding/android/CobraTestApp/cobra-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}

lint {
abortOnError false
}
Expand All @@ -118,10 +123,6 @@ dependencies {
androidTestImplementation('androidx.test.espresso:espresso-intents:3.5.1')
}

packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}

afterEvaluate {
tasks."mergeDebugAssets".dependsOn "copyAudio"
tasks."mergeReleaseAssets".dependsOn "copyAudio"
Expand Down

0 comments on commit 45e8fc9

Please sign in to comment.