From 2a61f84c700048e3308ec285d4c17a52743f362d Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 15 Aug 2023 18:57:10 +0100 Subject: [PATCH 1/3] Remove examples/agdk-mainloop/.idea --- examples/agdk-mainloop/.idea/misc.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 examples/agdk-mainloop/.idea/misc.xml diff --git a/examples/agdk-mainloop/.idea/misc.xml b/examples/agdk-mainloop/.idea/misc.xml deleted file mode 100644 index fb0d77e..0000000 --- a/examples/agdk-mainloop/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From e91176cb08fc863dc7908bf270befe8843fd9b38 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 15 Aug 2023 18:56:15 +0100 Subject: [PATCH 2/3] CI: assume NDK + Java in official Ubuntu images --- .github/workflows/ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc71ede..336a9bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -40,15 +40,6 @@ jobs: # currently requires this crate to be buildable with 1.64 run: cargo install cargo-ndk --version "^2" - - name: Setup Java - uses: actions/setup-java@v3 - with: - distribution: 'temurin' - java-version: '17' - - - name: Setup Android SDK - uses: android-actions/setup-android@v2 - - name: Build game-activity working-directory: android-activity run: > From c9f57a734f87556e19742f8c8123c28184303594 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 15 Aug 2023 19:29:37 +0100 Subject: [PATCH 3/3] Release 0.5.0-beta.0 --- android-activity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index a9abcde..4258717 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "android-activity" -version = "0.4.3" +version = "0.5.0-beta.0" edition = "2021" keywords = ["android", "ndk"] readme = "../README.md"