Skip to content

Commit

Permalink
Fixed libname in samples/app/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
drkstr101 authored and ncalexan committed Feb 11, 2020
1 parent 3dc5511 commit eb820d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
cargo {
module = "../rust"
targets = ["arm", "x86", "x86_64", "arm64"]
libname = "librust"
libname = "rust"
}

repositories {
Expand Down

0 comments on commit eb820d6

Please sign in to comment.