From 7d4b6e61804e07f026ab29de24adfcdc5b2324b3 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Fri, 5 Jul 2024 20:51:51 +0100 Subject: [PATCH] Latest Android target ready for release --- cmd/fyne/internal/mobile/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }