diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 34363cc..ea55db3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Android SDK uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.1 with: - packages: tools platform-tools ndk;${{ env.NDK_VERSION }} + packages: platform-tools ndk;${{ env.NDK_VERSION }} - name: Enable KVM run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d04fd2..1b61a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.5.3] - 2026-09-15 + - We migrated iOS to the UIKit scene-based life cycle. ## [v0.5.2] - 2026-07-23 diff --git a/package.json b/package.json index 6570a17..3fa4343 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mendix-native", - "version": "0.5.2", + "version": "0.5.3", "description": "Mendix native mobile package", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",