Skip to content

Commit 6faad4a

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
test
PiperOrigin-RevId: 764303947
1 parent afdd3dd commit 6faad4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/android-library/app/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ android {
2222
lintOptions {
2323
abortOnError false
2424
}
25+
26+
sourceSets {
27+
main {
28+
java {
29+
exclude '**/com/google/unity/ads/decagon/*.java'
30+
}
31+
}
32+
}
2533
}
2634

2735
dependencies {

0 commit comments

Comments
 (0)