Skip to content

Commit

Permalink
Remove deprecated warning (just to trigger fresh CI build, not from c…
Browse files Browse the repository at this point in the history
…ache)
  • Loading branch information
dturner committed Apr 8, 2024
1 parent 438b068 commit 5ac61b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ android {
jvmTarget = "17"
}

packagingOptions {
excludes += "META-INF/AL2.0"
excludes += "META-INF/LGPL2.1"
packaging {
jniLibs.excludes += "META-INF/AL2.0"
jniLibs.excludes += "META-INF/LGPL2.1"
}

composeOptions {
Expand Down

0 comments on commit 5ac61b4

Please sign in to comment.