Skip to content

Commit eb820d6

Browse files
drkstr101ncalexan
authored andcommitted
Fixed libname in samples/app/build.gradle
1 parent 3dc5511 commit eb820d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
cargo {
3737
module = "../rust"
3838
targets = ["arm", "x86", "x86_64", "arm64"]
39-
libname = "librust"
39+
libname = "rust"
4040
}
4141

4242
repositories {

0 commit comments

Comments
 (0)