Skip to content

Commit

Permalink
Fixed Android example icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jun 24, 2022
1 parent 3d68094 commit a69fafe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,10 @@ path = "examples/android/android.rs"
[package.metadata.android]
apk_label = "Bevy Example"
assets = "assets"
res = "assets/android-res"
icon = "@mipmap/ic_launcher"
resources = "assets/android-res"
build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"]
min_sdk_version = 16
target_sdk_version = 29

[package.metadata.android.application]
icon = "@mipmap/ic_launcher"

0 comments on commit a69fafe

Please sign in to comment.