Switch CompatibleSdkVersion to API-9

Signed-off-by: huangyu <huangyu76@huawei.com>
Change-Id: Idaf9930c1a86575279f5a41dfce12d7aa2c537fa
This commit is contained in:
huangyu
2023-10-20 19:47:12 +08:00
parent d65f0ce324
commit a6350e28e4
+2 -2
View File
@@ -2,7 +2,7 @@
"app": {
"signingConfigs": [],
"compileSdkVersion": 10,
"compatibleSdkVersion": 10,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
@@ -32,4 +32,4 @@
"srcPath": "./feature/ippPrint"
}
]
}
}