File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- build --cxxopt=-std=c++17 --incompatible_java_common_parameters=false
1
+ build --cxxopt=-std=c++17 --incompatible_java_common_parameters=false --define=android_dexmerger_tool=d8_dexmerger --define=android_incremental_dexing_tool=d8_dexbuilder --nouse_workers_with_dexbuilder
Original file line number Diff line number Diff line change 1
- 5.2.0
1
+ 5.4.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ djinni_setup_deps()
10
10
# --- Everything below is only used for examples and tests
11
11
12
12
# android_sdk_repository fails to find build_tools if we don't explicitly set a version.
13
- android_sdk_repository (name = "androidsdk" , build_tools_version = "32.0.0" )
13
+ android_sdk_repository (name = "androidsdk" )
14
14
android_ndk_repository (name = "androidndk" , api_level = 21 )
15
15
16
16
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
You can’t perform that action at this time.
0 commit comments