We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9934bdf commit 898d9fdCopy full SHA for 898d9fd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.9.6
2
+
3
+- Added option to add a build-id during linking
4
5
# 0.9.5
6
7
- Do not use deprecated module for Python 3.13 compatibility
README.md
@@ -20,7 +20,7 @@ buildscript {
20
}
21
22
dependencies {
23
- classpath 'org.mozilla.rust-android-gradle:plugin:0.9.5'
+ classpath 'org.mozilla.rust-android-gradle:plugin:0.9.6'
24
25
26
```
@@ -33,7 +33,7 @@ buildscript {
33
34
35
plugins {
36
- id "org.mozilla.rust-android-gradle.rust-android" version "0.9.5"
+ id "org.mozilla.rust-android-gradle.rust-android" version "0.9.6"
37
38
39
version.properties
@@ -1 +1 @@
-version=0.9.5
+version=0.9.6
0 commit comments