Skip to content

Commit 23a8570

Browse files
authored
Merge pull request #112 from rust-mobile/release-0.5.0-beta.0
Release 0.5.0 beta.0
2 parents 2654c96 + c9f57a7 commit 23a8570

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
fail-fast: false
1818
matrix:
@@ -40,15 +40,6 @@ jobs:
4040
# currently requires this crate to be buildable with 1.64
4141
run: cargo install cargo-ndk --version "^2"
4242

43-
- name: Setup Java
44-
uses: actions/setup-java@v3
45-
with:
46-
distribution: 'temurin'
47-
java-version: '17'
48-
49-
- name: Setup Android SDK
50-
uses: android-actions/setup-android@v2
51-
5243
- name: Build game-activity
5344
working-directory: android-activity
5445
run: >

android-activity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android-activity"
3-
version = "0.4.3"
3+
version = "0.5.0-beta.0"
44
edition = "2021"
55
keywords = ["android", "ndk"]
66
readme = "../README.md"

examples/agdk-mainloop/.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)