Skip to content

Commit

Permalink
build: Remove include of local files in android gradle
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
qdot committed Oct 6, 2024
1 parent 6aa36a1 commit 3b103cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/droidplug/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ android {
}

dependencies {
//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')
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')
}

0 comments on commit 3b103cc

Please sign in to comment.