Slackbot
04/22/2022, 9:42 PMCristianGM
04/22/2022, 9:46 PM{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "testApp",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-debug.apk"
}
],
"elementType": "File"
}
so I guess it's just fine, the Directory only contains that json and the apktony
04/22/2022, 10:08 PMCristianGM
04/22/2022, 10:11 PMCristianGM
04/22/2022, 10:23 PMtony
04/22/2022, 11:21 PMBuiltArtifactsLoader
directly. I've also verified it works with configuration cache via automated testing, and it still correctly sets up implicit task dependencies
https://gist.github.com/autonomousapps/09b4737e5bb860d9388976354bf54673CristianGM
04/23/2022, 12:06 AMCristianGM
04/23/2022, 12:07 AMtony
04/23/2022, 1:50 AMtony
04/23/2022, 1:51 AMCristianGM
04/23/2022, 6:39 AMXavier Ducrohet
04/26/2022, 11:43 PMCristianGM
04/27/2022, 6:02 AM