Skip to content

Commit 54d4b87

Browse files
authored
Update README.md
1 parent ff70cf8 commit 54d4b87

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This plugin helps with building Rust JNI libraries with Cargo for use in Android projects.
44

5+
Link to the plugin on the gradle repository:
6+
https://plugins.gradle.org/plugin/io.github.MatrixDev.android-rust
7+
58
# Usage
69

710
Add dependencies to the root `build.gradle.kts` file
@@ -13,7 +16,7 @@ buildscript {
1316
}
1417

1518
dependencies {
16-
classpath("dev.matrix.android-rust:0.3.1")
19+
classpath("io.github.MatrixDev.android-rust:plugin:0.3.1")
1720
}
1821
}
1922
```
@@ -22,7 +25,7 @@ Add plugin to the module's `build.gradle.kts` file
2225

2326
```kotlin
2427
plugins {
25-
id("dev.matrix.android-rust")
28+
id("io.github.MatrixDev.android-rust")
2629
}
2730
```
2831

0 commit comments

Comments
 (0)