Skip to content

Commit

Permalink
Fix Android app build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Nov 30, 2023
1 parent 3590607 commit cc49115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ android {
packaging {
resources {
excludes += "META-INF/versions/9/previous-compilation-data.bin"
excludes += "META-INF/AL2.0"
excludes += "META-INF/LGPL2.1"
}
}
}

0 comments on commit cc49115

Please sign in to comment.