Skip to content

Commit

Permalink
Add AndroidManifest.xml to private variant (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
jush authored May 20, 2023
1 parent 7967a53 commit 75dc56b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public open class MapboxAndroidCommonExtension {
res.srcDir("$privatePath$name/res")
// limit amount of exposed library resources
res.srcDir("$privatePath$name/res-public")
manifest.srcFile("$privatePath$name/AndroidManifest.xml")
}
sourceSets.getByName("test${PRIVATE_NAME.capitalized()}") {
java.srcDir("$privatePath$name/java")
Expand Down

0 comments on commit 75dc56b

Please sign in to comment.