Skip to content

Commit

Permalink
Prep for releasing version 0.9.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Apr 23, 2024
1 parent e74945c commit c62655c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.9.4

- Always use the NDK version from .

# 0.9.3

- Fix issues with Android NDK 23+: use `llvm-ar`, support `-lgcc` rewriting on Windows.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.3'
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.4'
}
}
```
Expand All @@ -33,7 +33,7 @@ buildscript {
}
plugins {
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.3"
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.4"
}
```

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.9.3
version=0.9.4

0 comments on commit c62655c

Please sign in to comment.