diff --git a/build-profile.json5 b/build-profile.json5 index 0ac1294..dadde8e 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,14 +1,21 @@ { "app": { - "compileSdkVersion": 9, - "compatibleSdkVersion": 9, "products": [ { "name": "default", - "signingConfig": "default" + "signingConfig": "default", + "compileSdkVersion": 10, + "compatibleSdkVersion": 10 } ], - "signingConfigs": [] + "buildModeSet":[ + { + "name":"debug" + }, + { + "name":"release" + } + ] }, "modules": [ {