File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2626Add dependencies to the root ` build.gradle.kts ` file:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77val pluginId = " io.github.MatrixDev.android-rust"
88
99group = pluginId
10- version = " 0.5 .0"
10+ version = " 0.6 .0"
1111
1212gradlePlugin {
1313 website = " https://github.com/MatrixDev/GradleAndroidRustPlugin"
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ google-material = "com.google.android.material:material:1.13.0"
1414[plugins ]
1515android-application = { id = " com.android.application" , version.ref = " agp" }
1616kotlin-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"
You can’t perform that action at this time.
0 commit comments