output-metadata.json 923 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "version": 2,
  3. "artifactType": {
  4. "type": "APK",
  5. "kind": "Directory"
  6. },
  7. "applicationId": "com.cj.autojs.dtok",
  8. "variantName": "release",
  9. "elements": [
  10. {
  11. "type": "ONE_OF_MANY",
  12. "filters": [
  13. {
  14. "filterType": "ABI",
  15. "value": "x86"
  16. }
  17. ],
  18. "versionCode": 1,
  19. "versionName": "1.0",
  20. "outputFile": "app-x86-release.apk"
  21. },
  22. {
  23. "type": "ONE_OF_MANY",
  24. "filters": [
  25. {
  26. "filterType": "ABI",
  27. "value": "armeabi-v7a"
  28. }
  29. ],
  30. "versionCode": 1,
  31. "versionName": "1.0",
  32. "outputFile": "app-armeabi-v7a-release.apk"
  33. },
  34. {
  35. "type": "ONE_OF_MANY",
  36. "filters": [
  37. {
  38. "filterType": "ABI",
  39. "value": "arm64-v8a"
  40. }
  41. ],
  42. "versionCode": 1,
  43. "versionName": "1.0",
  44. "outputFile": "app-arm64-v8a-release.apk"
  45. }
  46. ]
  47. }