File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 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+
18# 0.8.1
29
310- Added ` extraCargoBuildArguments ` .
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 }
2121 }
2222 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 '
2424 }
2525}
2626```
Original file line number Diff line number Diff line change 11buildscript {
22 ext. kotlin_version = ' 1.2.41'
3- ext. plugin_version = ' 0.8.1 '
3+ ext. plugin_version = ' 0.8.2 '
44
55 repositories {
66 google()
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.gradle.plugin-publish' version ' 0.9.10'
2+ id ' com.gradle.plugin-publish' version ' 0.9.10'
33}
44
55apply plugin : " java-gradle-plugin"
@@ -47,8 +47,8 @@ compileTestKotlin {
4747 kotlinOptions. jvmTarget = " 1.8"
4848}
4949
50- pluginBundle {
51- website = ' https://github.com/ncalexan/rust-android-gradle'
50+ pluginBundle {
51+ website = ' https://github.com/ncalexan/rust-android-gradle'
5252 vcsUrl = ' https://github.com/ncalexan/rust-android-gradle.git'
5353
5454 plugins {
You can’t perform that action at this time.
0 commit comments