Skip to content

Commit

Permalink
Fix sample app deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
5peak2me authored and nathan3d committed Jan 6, 2025
1 parent a1289ad commit aac7d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
lint {
warningsAsErrors = true
}
packagingOptions {
packaging {
resources.excludes.add("**/*.kotlin_builtins")
resources.excludes.add("kotlin-tooling-metadata.json")
}
Expand Down

0 comments on commit aac7d8e

Please sign in to comment.