Switch CompatibleSDKVersion to Api-9

Signed-off-by: hufeng <hufeng20@huawei.com>
Change-Id: Ib7a2a34a69249acbe53ba6457cf8f33a9f8e45ae
This commit is contained in:
hufeng 2023-10-25 11:04:37 +08:00
parent 806040aef7
commit a0fc988477

View File

@ -3,7 +3,7 @@
"signingConfigs": [
],
"compileSdkVersion": 10,
"compatibleSdkVersion": 10,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
@ -25,4 +25,4 @@
]
}
]
}
}