Skip to content

Commit

Permalink
Update android SDK too
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jul 30, 2021
1 parent 6b66ece commit 53a2c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmd/fyne/internal/mobile/binres/binres.go
Expand Up @@ -281,7 +281,7 @@ func UnmarshalXML(r io.Reader, withIcon bool) (*XML, error) {
Space: androidSchema,
Local: "targetSdkVersion",
},
Value: "29",
Value: "30",
},
},
}
Expand Down

0 comments on commit 53a2c06

Please sign in to comment.