Skip to content

Commit 77ebf72

Browse files
committed
version 0.4.0
1 parent 16c891f commit 77ebf72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

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

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ plugins {
77
val pluginId = "io.github.MatrixDev.android-rust"
88

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

12+
@Suppress("UnstableApiUsage")
1213
gradlePlugin {
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
}

0 commit comments

Comments
 (0)