Skip to content

Commit 327a188

Browse files
committed
Prep for releasing 0.9.1.
1 parent c4bf584 commit 327a188

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.1
2+
3+
- Add Desktop targets `darwin-x86-64`, which will supersede `darwin`, and `darwin-aarch64`.
4+
15
# 0.9.0
26

37
- Support multiple Android Gradle Plugin versions. Everything here is based on https://github.com/gradle/android-cache-fix-gradle-plugin; many thanks to that project for paving the way here.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121
}
2222
dependencies {
23-
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.0'
23+
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.1'
2424
}
2525
}
2626
```
@@ -33,7 +33,7 @@ buildscript {
3333
}
3434
3535
plugins {
36-
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.0"
36+
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.1"
3737
}
3838
```
3939

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext.kotlin_version = '1.3.50'
33
ext.agp_version = '4.0.1'
4-
ext.plugin_version = '0.9.0'
4+
ext.plugin_version = '0.9.1'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)