We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063912e commit 318ffa7Copy full SHA for 318ffa7
README.md
@@ -13,7 +13,7 @@ buildscript {
13
}
14
15
dependencies {
16
- classpath("dev.matrix.android-rust:0.3.0")
+ classpath("dev.matrix.android-rust:0.3.1")
17
18
19
```
plugin/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = "io.github.MatrixDev.android-rust"
9
-version = "0.3.0"
+version = "0.3.1"
10
11
java {
12
sourceCompatibility = JavaVersion.VERSION_11
0 commit comments