Skip to content

Commit c62655c

Browse files
author
Automated Version Bump
committed
Prep for releasing version 0.9.4.
1 parent e74945c commit c62655c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.4
2+
3+
- Always use the NDK version from .
4+
15
# 0.9.3
26

37
- Fix issues with Android NDK 23+: use `llvm-ar`, support `-lgcc` rewriting on Windows.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121
}
2222
dependencies {
23-
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.3'
23+
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.4'
2424
}
2525
}
2626
```
@@ -33,7 +33,7 @@ buildscript {
3333
}
3434
3535
plugins {
36-
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.3"
36+
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.4"
3737
}
3838
```
3939

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.9.3
1+
version=0.9.4

0 commit comments

Comments
 (0)