Merge "Use min_sdk_version 34 for com.android.configinfrastructure" into main

This commit is contained in:
David Srbecky
2023-12-19 21:21:26 +00:00
committed by Android (Google) Code Review

View File

@@ -13,7 +13,7 @@ java_library {
type: "lite",
},
sdk_version: "current",
min_sdk_version: "UpsideDownCake",
min_sdk_version: "34",
apex_available: [
"com.android.configinfrastructure",
"//apex_available:platform",