Skip to content

Commit 8467caf

Browse files
committed
version 0.5.0
1 parent 5bb289b commit 8467caf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4.0")
19+
classpath("io.github.MatrixDev.android-rust:plugin:0.5.0")
2020
}
2121
}
2222
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
val pluginId = "io.github.MatrixDev.android-rust"
88

99
group = pluginId
10-
version = "0.4.0"
10+
version = "0.5.0"
1111

1212
@Suppress("UnstableApiUsage")
1313
gradlePlugin {

example/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ androidx-material3 = { group = "androidx.compose.material3", name = "material3"
2828
[plugins]
2929
android-application = { id = "com.android.application", version.ref = "agp" }
3030
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
31-
android-rust = { id = "io.github.MatrixDev.android-rust", version = "0.4.0" }
31+
android-rust = { id = "io.github.MatrixDev.android-rust", version = "0.5.0" }

0 commit comments

Comments
 (0)