Skip to content

Commit

Permalink
Prep for releasing version 0.8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalexan committed Apr 23, 2021
1 parent ec7b763 commit 2a637d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.8.4

- The plugin tries to interoperate with Rust bindgen out of the box by setting `CLANG_PATH`.
- We no longer invoke `cargo` for the Gradle `clean` target.

# 0.8.3

- Plugin now supports using prebuilt NDK toolchains.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3'
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.4'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.2.41'
ext.plugin_version = '0.8.3'
ext.plugin_version = '0.8.4'

repositories {
google()
Expand Down

0 comments on commit 2a637d1

Please sign in to comment.