Skip to content

Commit

Permalink
build: Update android sdk build version
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Aug 11, 2024
1 parent 48ca78e commit 6c9de23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/droidplug/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

android {
compileSdkVersion 32
compileSdkVersion 34

defaultConfig {
minSdkVersion 23
Expand All @@ -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 6c9de23

Please sign in to comment.