Update build.gradle

This commit is contained in:
Xwite 2023-03-07 14:58:14 +08:00 committed by GitHub
parent 6f11f69275
commit a4bd52f99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,9 @@ android {
targetCompatibility JavaVersion.VERSION_11
}
packagingOptions {
exclude "META-INF/INDEX.LIST"
}
sourceSets {
// Adds exported schema location as test app assets.
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())