Skip to content

Commit

Permalink
Merge pull request #3383 from andydotxyz/fix/3375
Browse files Browse the repository at this point in the history
Update target for November 2022 Google Play requirement
  • Loading branch information
andydotxyz committed Nov 15, 2022
2 parents 28eac5c + 4a89752 commit 8c34417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 := 30
target := 31
if !buildRelease {
target = 29 // TODO once we have gomobile debug signing working for v2 android signs
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/fyne/internal/templates/bundled.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/fyne/internal/templates/data/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<activity android:name="org.golang.app.GoNativeActivity"
android:label="{{.Name}}"
android:configChanges="orientation|keyboardHidden|uiMode"
android:exported="true"
android:theme="@android:style/Theme">
<meta-data android:name="android.app.lib_name" android:value="{{.LibName}}" />
<intent-filter>
Expand Down

0 comments on commit 8c34417

Please sign in to comment.