We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c997aad commit c24dfbdCopy full SHA for c24dfbd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.9.5
2
+
3
+- Do not use deprecated module for Python 3.13 compatibility
4
5
# 0.9.4
6
7
- Always use the NDK version from .
README.md
@@ -20,7 +20,7 @@ buildscript {
20
}
21
22
dependencies {
23
- classpath 'org.mozilla.rust-android-gradle:plugin:0.9.4'
+ classpath 'org.mozilla.rust-android-gradle:plugin:0.9.5'
24
25
26
```
@@ -33,7 +33,7 @@ buildscript {
33
34
35
plugins {
36
- id "org.mozilla.rust-android-gradle.rust-android" version "0.9.4"
+ id "org.mozilla.rust-android-gradle.rust-android" version "0.9.5"
37
38
39
version.properties
@@ -1 +1 @@
-version=0.9.4
+version=0.9.5
0 commit comments