File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.9.0
2
+
3
+ - Support multiple Android Gradle Plugin versions. Everything here is
4
+ based on https://github.com/gradle/android-cache-fix-gradle-plugin ;
5
+ many thanks to that project for paving the way here.
6
+ - Allow ` module ` and ` targetDirectory ` to be absolute paths. This is
7
+ used in the test harness at the moment.
8
+
1
9
# 0.8.7
2
10
3
11
- Use per-platform API level for selecting toolchain.
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.7 '
23
+ classpath 'org.mozilla.rust-android-gradle:plugin:0.9.0 '
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.7 "
36
+ id "org.mozilla.rust-android-gradle.rust-android" version "0.9.0 "
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.3.50'
3
3
ext. agp_version = ' 4.0.1'
4
- ext. plugin_version = ' 0.8.7 '
4
+ ext. plugin_version = ' 0.9.0 '
5
5
6
6
repositories {
7
7
google()
You can’t perform that action at this time.
0 commit comments