Skip to content

Commit

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

- Support multiple Android Gradle Plugin versions. Everything here is based on https://github.com/gradle/android-cache-fix-gradle-plugin; many thanks to that project for paving the way here.
- Allow `module` and `targetDirectory` to be absolute paths. This is used in the test harness at the moment.

# 0.8.7

- Use per-platform API level for selecting toolchain.
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.8.7'
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.0'
}
}
```
Expand All @@ -33,7 +33,7 @@ buildscript {
}
plugins {
id "org.mozilla.rust-android-gradle.rust-android" version "0.8.7"
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.agp_version = '4.0.1'
ext.plugin_version = '0.8.7'
ext.plugin_version = '0.9.0'

repositories {
google()
Expand Down

0 comments on commit d804a12

Please sign in to comment.