Skip to content

Commit

Permalink
targetSdkVersion to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Oct 2, 2024
1 parent 0edd95f commit 228c0b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion java/build-android.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ allprojects {
}

android {
compileSdkVersion 34
compileSdkVersion 33

defaultConfig {
minSdkVersion minSdkVer
Expand Down
4 changes: 2 additions & 2 deletions java/src/test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {
def minSdkVer = System.properties.get("minSdkVer")?:24

android {
compileSdkVersion 34
compileSdkVersion 33

defaultConfig {
applicationId "ai.onnxruntime.example.javavalidator"
minSdkVersion minSdkVer
targetSdkVersion 34
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions js/react_native/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
android.enableJetifier=true
android.useAndroidX=true
OnnxruntimeModule_buildToolsVersion=34.0.0
OnnxruntimeModule_compileSdkVersion=34
OnnxruntimeModule_compileSdkVersion=33
OnnxruntimeModule_minSdkVersion=29
OnnxruntimeModule_targetSdkVersion=34
OnnxruntimeModule_targetSdkVersion=33
4 changes: 2 additions & 2 deletions js/react_native/e2e/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 29
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = '1.6.21'
}
repositories {
Expand Down

0 comments on commit 228c0b3

Please sign in to comment.