Skip to content

Commit

Permalink
Prep for releasing 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalexan committed Jan 15, 2022
1 parent c4bf584 commit 327a188
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.9.1

- Add Desktop targets `darwin-x86-64`, which will supersede `darwin`, and `darwin-aarch64`.

# 0.9.0

- 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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
}
dependencies {
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.0'
classpath 'org.mozilla.rust-android-gradle:plugin:0.9.1'
}
}
```
Expand All @@ -33,7 +33,7 @@ buildscript {
}
plugins {
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.0"
id "org.mozilla.rust-android-gradle.rust-android" version "0.9.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.agp_version = '4.0.1'
ext.plugin_version = '0.9.0'
ext.plugin_version = '0.9.1'

repositories {
google()
Expand Down

0 comments on commit 327a188

Please sign in to comment.