From 53a2c065bae4a3586f29f8c3c35cd285eb49444a Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Fri, 30 Jul 2021 22:37:23 +0100 Subject: [PATCH] Update android SDK too --- CHANGELOG.md | 3 ++- cmd/fyne/internal/mobile/binres/binres.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e97ef26a4..cb070da894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,13 @@ This file lists the main changes with each version of the Fyne toolkit. More detailed release notes can be found on the [releases page](https://github.com/fyne-io/fyne/releases). -## 2.0.4 - 2 August 2021 +## 2.0.4 - 3 August 2021 ### Changed * Disable Form labels when the element it applys to is disabled (#1530) * Entry popup menu now fires shortcuts so extended widgets can intercept +* Update Android builds to SDK 30 ### Fixed diff --git a/cmd/fyne/internal/mobile/binres/binres.go b/cmd/fyne/internal/mobile/binres/binres.go index ea917fcf76..049923b174 100644 --- a/cmd/fyne/internal/mobile/binres/binres.go +++ b/cmd/fyne/internal/mobile/binres/binres.go @@ -281,7 +281,7 @@ func UnmarshalXML(r io.Reader, withIcon bool) (*XML, error) { Space: androidSchema, Local: "targetSdkVersion", }, - Value: "29", + Value: "30", }, }, }