Skip to content

Commit 16a12c2

Browse files
author
Thom Chiovoloni
authored
Merge pull request #20 from thomcc/cut-0.8.3
Prep for releasing version 0.8.3
2 parents c33f1ee + 1738b9e commit 16a12c2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.3
2+
3+
- Plugin now supports using prebuilt NDK toolchains.
4+
15
# 0.8.2
26

37
- Avoid passing `--target` to cargo for the default target.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121
}
2222
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'
2424
}
2525
}
2626
```

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.2'
3+
ext.plugin_version = '0.8.3'
44

55
repositories {
66
google()

plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ compileTestKotlin {
4848
}
4949

5050
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'
5353

5454
plugins {
5555
rustAndroidPlugin {

0 commit comments

Comments
 (0)