Skip to content

Commit 59f7dbd

Browse files
author
matrixdev
committed
changed example module name
1 parent d63e846 commit 59f7dbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

example/settings.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
rootProject.name = "android-rust-example"
2+
3+
include(":app")
4+
15
includeBuild("..") {
26
dependencySubstitution {
37
substitute(module("dev.matrix.android-rust:plugin")).using(project(":plugin"))
48
}
59
}
6-
7-
include(":app")

0 commit comments

Comments
 (0)