File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
1616 }
1717
1818 dependencies {
19- classpath(" io.github.MatrixDev.android-rust:plugin:0.3.2 " )
19+ classpath(" io.github.MatrixDev.android-rust:plugin:0.4.0 " )
2020 }
2121}
2222```
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ plugins {
77val pluginId = " io.github.MatrixDev.android-rust"
88
99group = pluginId
10- version = " 0.3.2 "
10+ version = " 0.4.0 "
1111
12+ @Suppress(" UnstableApiUsage" )
1213gradlePlugin {
1314 website = " https://github.com/MatrixDev/GradleAndroidRustPlugin"
1415 vcsUrl = " https://github.com/MatrixDev/GradleAndroidRustPlugin.git"
@@ -19,6 +20,7 @@ gradlePlugin {
1920 implementationClass = " dev.matrix.agp.rust.AndroidRustPlugin"
2021 displayName = " Plugin for building Rust with Cargo in Android projects"
2122 description = " This plugin helps with building Rust JNI libraries with Cargo for use in Android projects."
23+ tags.set(listOf (" android" , " rust" , " jni" ))
2224 }
2325 }
2426}
You can’t perform that action at this time.
0 commit comments