1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "version": 2,
- "artifactType": {
- "type": "APK",
- "kind": "Directory"
- },
- "applicationId": "com.cj.autojs.dtok",
- "variantName": "release",
- "elements": [
- {
- "type": "ONE_OF_MANY",
- "filters": [
- {
- "filterType": "ABI",
- "value": "x86"
- }
- ],
- "versionCode": 1,
- "versionName": "1.0",
- "outputFile": "app-x86-release.apk"
- },
- {
- "type": "ONE_OF_MANY",
- "filters": [
- {
- "filterType": "ABI",
- "value": "armeabi-v7a"
- }
- ],
- "versionCode": 1,
- "versionName": "1.0",
- "outputFile": "app-armeabi-v7a-release.apk"
- },
- {
- "type": "ONE_OF_MANY",
- "filters": [
- {
- "filterType": "ABI",
- "value": "arm64-v8a"
- }
- ],
- "versionCode": 1,
- "versionName": "1.0",
- "outputFile": "app-arm64-v8a-release.apk"
- }
- ]
- }
|