Skip to content

Commit 318ffa7

Browse files
author
matrixdev
committed
changed version to 0.3.1
1 parent 063912e commit 318ffa7

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
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414

1515
dependencies {
16-
classpath("dev.matrix.android-rust:0.3.0")
16+
classpath("dev.matrix.android-rust:0.3.1")
1717
}
1818
}
1919
```

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.0"
9+
version = "0.3.1"
1010

1111
java {
1212
sourceCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)