We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5486534 commit 3508326Copy full SHA for 3508326
js/react_native/android/gradle.properties
@@ -14,6 +14,6 @@ org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF
14
android.enableJetifier=true
15
android.useAndroidX=true
16
OnnxruntimeModule_buildToolsVersion=29.0.2
17
-OnnxruntimeModule_compileSdkVersion=31
18
-OnnxruntimeModule_minSdkVersion=21
19
-OnnxruntimeModule_targetSdkVersion=31
+OnnxruntimeModule_compileSdkVersion=34
+OnnxruntimeModule_minSdkVersion=24
+OnnxruntimeModule_targetSdkVersion=34
js/react_native/e2e/android/build.gradle
@@ -3,9 +3,9 @@
3
buildscript {
4
ext {
5
buildToolsVersion = "29.0.2"
6
- minSdkVersion = 21
7
- compileSdkVersion = 31
8
- targetSdkVersion = 31
+ minSdkVersion = 24
+ compileSdkVersion = 34
+ targetSdkVersion = 34
9
kotlinVersion = "1.5.30"
10
}
11
repositories {
0 commit comments