2022-03-26 15:14:19 +00:00
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"signingConfigs": [],
|
2023-02-09 12:21:16 +00:00
|
|
|
"compileSdkVersion": 10,
|
2023-02-16 08:56:56 +00:00
|
|
|
"compatibleSdkVersion": 10,
|
2022-03-26 15:14:19 +00:00
|
|
|
"products": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
2022-07-26 12:26:50 +00:00
|
|
|
"signingConfig": "default"
|
2022-03-26 15:14:19 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
"modules": [
|
|
|
|
{
|
|
|
|
"name": "entry",
|
|
|
|
"srcPath": "./entry",
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"applyToProducts": [
|
|
|
|
"default",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2022-09-19 02:13:57 +00:00
|
|
|
{
|
|
|
|
"name": "base",
|
|
|
|
"srcPath": "./common/base"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "timeline",
|
|
|
|
"srcPath": "./features/timeline"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "browser",
|
|
|
|
"srcPath": "./features/browser"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "grid",
|
|
|
|
"srcPath": "./features/grid"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "album",
|
|
|
|
"srcPath": "./features/album"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "selectAlbum",
|
|
|
|
"srcPath": "./features/selectAlbum"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "third",
|
|
|
|
"srcPath": "./features/third"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "mediaOperation",
|
|
|
|
"srcPath": "./features/mediaOperation"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "distributed",
|
|
|
|
"srcPath": "./features/distributed"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "formEditor",
|
|
|
|
"srcPath": "./features/formEditor"
|
|
|
|
}
|
2022-03-26 15:14:19 +00:00
|
|
|
],
|
|
|
|
}
|