File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 0.8.2
2
+
3
+ - Avoid passing ` --target ` to cargo for the default target.
4
+ - The ` exec ` callback is now invoked as late as possible.
5
+ - The ` CARGO_TARGET_DIR ` environment variable should now be respected, if it is set.
6
+ - Various parts of the plugin's documentation have been improved.
7
+
1
8
# 0.8.1
2
9
3
10
- Added ` extraCargoBuildArguments ` .
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.1 '
23
+ classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.2 '
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.1 '
3
+ ext. plugin_version = ' 0.8.2 '
4
4
5
5
repositories {
6
6
google()
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.gradle.plugin-publish' version ' 0.9.10'
2
+ id ' com.gradle.plugin-publish' version ' 0.9.10'
3
3
}
4
4
5
5
apply plugin : " java-gradle-plugin"
@@ -47,8 +47,8 @@ compileTestKotlin {
47
47
kotlinOptions. jvmTarget = " 1.8"
48
48
}
49
49
50
- pluginBundle {
51
- website = ' https://github.com/ncalexan/rust-android-gradle'
50
+ pluginBundle {
51
+ website = ' https://github.com/ncalexan/rust-android-gradle'
52
52
vcsUrl = ' https://github.com/ncalexan/rust-android-gradle.git'
53
53
54
54
plugins {
You can’t perform that action at this time.
0 commit comments