Skip to content

Commit 67fb933

Browse files
committed
Prep for releasing version 0.8.7.
1 parent 8183f9e commit 67fb933

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.8.7
2+
3+
- Use per-platform API level for selecting toolchain.
4+
15
# 0.8.6
26

37
- Revert a change that prevented publishing.

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.8.6'
23+
classpath 'org.mozilla.rust-android-gradle:plugin:0.8.7'
2424
}
2525
}
2626
```
@@ -33,7 +33,7 @@ buildscript {
3333
}
3434
3535
plugins {
36-
id "org.mozilla.rust-android-gradle.rust-android" version "0.8.6"
36+
id "org.mozilla.rust-android-gradle.rust-android" version "0.8.7"
3737
}
3838
```
3939

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext.kotlin_version = '1.2.41'
3-
ext.plugin_version = '0.8.6'
3+
ext.plugin_version = '0.8.7'
44

55
repositories {
66
google()

0 commit comments

Comments
 (0)