Skip to content

Commit

Permalink
Latest Android target ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jul 5, 2024
1 parent 97fbff9 commit 7d4b6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fyne/internal/mobile/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func runBuildImpl(cmd *command) (*packages.Package, error) {
}
return pkg, nil
}
target := 33
target := 35
if !buildRelease {
target = 29 // TODO once we have gomobile debug signing working for v2 android signs
}
Expand Down

0 comments on commit 7d4b6e6

Please sign in to comment.