Skip to content

Commit 6b30300

Browse files
committed
chore: Updated version to 0.6.0
1 parent ddd71d3 commit 6b30300

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
@@ -20,7 +20,7 @@ Add dependency record to `libs.versions.toml` file:
2020

2121
```toml
2222
[plugins]
23-
android-rust = { id = "io.github.MatrixDev.android-rust", version = "0.5.0" }
23+
android-rust = { id = "io.github.MatrixDev.android-rust", version = "0.6.0" }
2424
```
2525

2626
Add dependencies to the root `build.gradle.kts` file:

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.5.0"
10+
version = "0.6.0"
1111

1212
gradlePlugin {
1313
website = "https://github.com/MatrixDev/GradleAndroidRustPlugin"

example/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ google-material = "com.google.android.material:material:1.13.0"
1414
[plugins]
1515
android-application = { id = "com.android.application", version.ref = "agp" }
1616
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
17-
android-rust = { id = "io.github.MatrixDev.android-rust", version = "0.5.0" }
17+
android-rust = { id = "io.github.MatrixDev.android-rust" } # version = "0.6.0"

0 commit comments

Comments
 (0)