We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa36a1 commit 3b103ccCopy full SHA for 3b103cc
src/droidplug/java/build.gradle
@@ -36,6 +36,6 @@ android {
36
}
37
38
dependencies {
39
- //implementation 'io.github.gedgygedgy.rust:jni-utils:0.1.1-SNAPSHOT'
40
- implementation files('c:/Users/qdot/code/jni-utils-rs/java/build/libs/jni-utils-0.1.1-SNAPSHOT.jar')
+ implementation 'io.github.gedgygedgy.rust:jni-utils:0.1.1-SNAPSHOT'
+ //implementation files('c:/Users/qdot/code/jni-utils-rs/java/build/libs/jni-utils-0.1.1-SNAPSHOT.jar')
41
0 commit comments