Initial commit

This commit is contained in:
2026-05-10 10:45:02 +08:00
commit e62384a9c5
1053 changed files with 19615 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "LINKED_RESOURCES_BINARY_FORMAT",
"kind": "Directory"
},
"applicationId": "blog.wiwi.hoops",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0.0",
"outputFile": "linked-resources-binary-format-debug.ap_"
}
],
"elementType": "File"
}

View File

@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "LINKED_RESOURCES_BINARY_FORMAT",
"kind": "Directory"
},
"applicationId": "blog.wiwi.hoops.test",
"variantName": "debugAndroidTest",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 0,
"versionName": "",
"outputFile": "linked-resources-binary-format.ap_"
}
],
"elementType": "File"
}

View File

@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "LINKED_RESOURCES_BINARY_FORMAT",
"kind": "Directory"
},
"applicationId": "blog.wiwi.hoops",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0.0",
"outputFile": "linked-resources-binary-format-release.ap_"
}
],
"elementType": "File"
}