File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
16
16
}
17
17
18
18
dependencies {
19
- classpath(" io.github.MatrixDev.android-rust:plugin:0.3.2 " )
19
+ classpath(" io.github.MatrixDev.android-rust:plugin:0.4.0 " )
20
20
}
21
21
}
22
22
```
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ plugins {
7
7
val pluginId = " io.github.MatrixDev.android-rust"
8
8
9
9
group = pluginId
10
- version = " 0.3.2 "
10
+ version = " 0.4.0 "
11
11
12
+ @Suppress(" UnstableApiUsage" )
12
13
gradlePlugin {
13
14
website = " https://github.com/MatrixDev/GradleAndroidRustPlugin"
14
15
vcsUrl = " https://github.com/MatrixDev/GradleAndroidRustPlugin.git"
@@ -19,6 +20,7 @@ gradlePlugin {
19
20
implementationClass = " dev.matrix.agp.rust.AndroidRustPlugin"
20
21
displayName = " Plugin for building Rust with Cargo in Android projects"
21
22
description = " This plugin helps with building Rust JNI libraries with Cargo for use in Android projects."
23
+ tags.set(listOf (" android" , " rust" , " jni" ))
22
24
}
23
25
}
24
26
}
You can’t perform that action at this time.
0 commit comments