Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
namespace 'com.gtbluesky.onnxruntime'
}

compileSdkVersion 33
compileSdkVersion 36

ndkVersion android.ndkVersion

Expand All @@ -32,6 +32,11 @@ android {
defaultConfig {
minSdkVersion 21
}
sourceSets {
main {
jniLibs.srcDirs = ['src/main/jnilibs']
}
}
}

dependencies {
Expand Down
Binary file not shown.
Binary file not shown.