Skip to content

Commit 96802df

Browse files
author
matrixdev
committed
changed version to 0.3.2
1 parent 85f7734 commit 96802df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
}
1717

1818
dependencies {
19-
classpath("io.github.MatrixDev.android-rust:plugin:0.3.1")
19+
classpath("io.github.MatrixDev.android-rust:plugin:0.3.2")
2020
}
2121
}
2222
```

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.github.MatrixDev.android-rust"
9-
version = "0.3.1"
9+
version = "0.3.2"
1010

1111
java {
1212
sourceCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)