Skip to content

Commit

Permalink
revert tools/ci_build/github/azure-pipelines/templates/android-binary…
Browse files Browse the repository at this point in the history
…-size-check-stage.yml and switching min sdk version back to 21
  • Loading branch information
jchen351 committed Oct 4, 2024
1 parent 8f02cbb commit 1a6e6ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion js/react_native/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ android.enableJetifier=true
android.useAndroidX=true
OnnxruntimeModule_buildToolsVersion=34.0.0
OnnxruntimeModule_compileSdkVersion=33
OnnxruntimeModule_minSdkVersion=29
OnnxruntimeModule_minSdkVersion=21
OnnxruntimeModule_targetSdkVersion=33
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ stages:
clean: true
submodules: none

- task: JavaToolInstaller@0
displayName: Use jdk 17
inputs:
versionSpec: '17'
jdkArchitectureOption: 'x64'
jdkSourceOption: 'PreInstalled'

- template: use-android-ndk.yml
#TODO: use a different docker file since this job doesn't need to rely on manylinux
- template: get-docker-image-steps.yml
Expand Down

0 comments on commit 1a6e6ab

Please sign in to comment.