Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixDev committed Dec 27, 2024
1 parent 16c891f commit 77ebf72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}

dependencies {
classpath("io.github.MatrixDev.android-rust:plugin:0.3.2")
classpath("io.github.MatrixDev.android-rust:plugin:0.4.0")
}
}
```
Expand Down
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ plugins {
val pluginId = "io.github.MatrixDev.android-rust"

group = pluginId
version = "0.3.2"
version = "0.4.0"

@Suppress("UnstableApiUsage")
gradlePlugin {
website = "https://github.com/MatrixDev/GradleAndroidRustPlugin"
vcsUrl = "https://github.com/MatrixDev/GradleAndroidRustPlugin.git"
Expand All @@ -19,6 +20,7 @@ gradlePlugin {
implementationClass = "dev.matrix.agp.rust.AndroidRustPlugin"
displayName = "Plugin for building Rust with Cargo in Android projects"
description = "This plugin helps with building Rust JNI libraries with Cargo for use in Android projects."
tags.set(listOf("android", "rust", "jni"))
}
}
}
Expand Down

0 comments on commit 77ebf72

Please sign in to comment.