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 85f7734 commit 96802dfCopy full SHA for 96802df
README.md
@@ -16,7 +16,7 @@ buildscript {
16
}
17
18
dependencies {
19
- classpath("io.github.MatrixDev.android-rust:plugin:0.3.1")
+ classpath("io.github.MatrixDev.android-rust:plugin:0.3.2")
20
21
22
```
plugin/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = "io.github.MatrixDev.android-rust"
9
-version = "0.3.1"
+version = "0.3.2"
10
11
java {
12
sourceCompatibility = JavaVersion.VERSION_11
0 commit comments