File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.8.3
2
+
3
+ - Plugin now supports using prebuilt NDK toolchains.
4
+
1
5
# 0.8.2
2
6
3
7
- Avoid passing ` --target ` to cargo for the default target.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
}
21
21
}
22
22
dependencies {
23
- classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.2 '
23
+ classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3 '
24
24
}
25
25
}
26
26
```
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.2 '
3
+ ext. plugin_version = ' 0.8.3 '
4
4
5
5
repositories {
6
6
google()
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ compileTestKotlin {
48
48
}
49
49
50
50
pluginBundle {
51
- website = ' https://github.com/ncalexan /rust-android-gradle'
52
- vcsUrl = ' https://github.com/ncalexan /rust-android-gradle.git'
51
+ website = ' https://github.com/mozilla /rust-android-gradle'
52
+ vcsUrl = ' https://github.com/mozilla /rust-android-gradle.git'
53
53
54
54
plugins {
55
55
rustAndroidPlugin {
You can’t perform that action at this time.
0 commit comments