diff --git a/cmd/fyne/internal/mobile/build.go b/cmd/fyne/internal/mobile/build.go index 39c591fbd6..5ad4245148 100644 --- a/cmd/fyne/internal/mobile/build.go +++ b/cmd/fyne/internal/mobile/build.go @@ -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 }