Skip to content

Commit 3b103cc

Browse files
committed
build: Remove include of local files in android gradle
Oops.
1 parent 6aa36a1 commit 3b103cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/droidplug/java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ android {
3636
}
3737

3838
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')
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')
4141
}

0 commit comments

Comments
 (0)