Skip to content

Commit a7dc90d

Browse files
committed
Release 0.5.0
1 parent 6af4d61 commit a7dc90d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.5.0-beta.1"
3+
version = "0.5.0"
44
edition = "2021"
55
keywords = ["android", "ndk"]
66
readme = "../README.md"

examples/agdk-mainloop/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2021"
99
log = "0.4"
1010
android_logger = "0.11.0"
1111
android-activity = { path="../../android-activity", features = ["game-activity"] }
12-
ndk-sys = "0.5.0-beta.0"
13-
ndk = "0.8.0-beta.0"
12+
ndk-sys = "0.5.0"
13+
ndk = "0.8.0"
1414

1515
[lib]
1616
name="main"

examples/na-mainloop/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2021"
99
log = "0.4"
1010
android_logger = "0.11.0"
1111
android-activity = { path="../../android-activity", features = [ "native-activity" ] }
12-
ndk-sys = "0.5.0-beta.0"
13-
ndk = "0.8.0-beta.0"
12+
ndk-sys = "0.5.0"
13+
ndk = "0.8.0"
1414

1515
[lib]
1616
#name="na_mainloop"

0 commit comments

Comments
 (0)