Skip to content

Commit

Permalink
Fix distribution/sample/app build
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy committed Oct 18, 2024
1 parent a600dcd commit d504b4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distribution/sample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ android {
versionName = "1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

manifestPlaceholders["emerge.distribution.apiKey"] = ""

vectorDrawables {
useSupportLibrary = true
}
Expand Down

0 comments on commit d504b4d

Please sign in to comment.