File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.8.7
2
+
3
+ - Use per-platform API level for selecting toolchain.
4
+
1
5
# 0.8.6
2
6
3
7
- Revert a change that prevented publishing.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
}
21
21
}
22
22
dependencies {
23
- classpath 'org.mozilla.rust-android-gradle:plugin:0.8.6 '
23
+ classpath 'org.mozilla.rust-android-gradle:plugin:0.8.7 '
24
24
}
25
25
}
26
26
```
@@ -33,7 +33,7 @@ buildscript {
33
33
}
34
34
35
35
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 "
37
37
}
38
38
```
39
39
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext. kotlin_version = ' 1.2.41'
3
- ext. plugin_version = ' 0.8.6 '
3
+ ext. plugin_version = ' 0.8.7 '
4
4
5
5
repositories {
6
6
google()
You can’t perform that action at this time.
0 commit comments