Skip to content

Commit aac7d8e

Browse files
5peak2menathan3d
authored andcommitted
Fix sample app deprecated warning
1 parent a1289ad commit aac7d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
lint {
4242
warningsAsErrors = true
4343
}
44-
packagingOptions {
44+
packaging {
4545
resources.excludes.add("**/*.kotlin_builtins")
4646
resources.excludes.add("kotlin-tooling-metadata.json")
4747
}

0 commit comments

Comments
 (0)