airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

"apm update" incorrectly uninstalling packages #101

Closed jimmymjing closed 2 years ago

jimmymjing commented 2 years ago

Hi, I just noticed that my install ane com.distriqt.CameraRollExtended got automatically removed when I called apm update. It just happened when the latest release. There was no issues with the previous version. Here's a part of the output:

mingjing@Mings-MBP Bf % apm update apm
apm: v1.1.1
✓ Found new release: 1.1.2
✓ Install complete
mingjing@Mings-MBP Bf % apm update
✓ Found package: com.distriqt.Dialog@8.6.8
✓ Found package: com.distriqt.GameServices@7.2.7
✓ Found package: com.distriqt.Volume@3.1.15
✓ Found package: com.distriqt.ApplicationRater@6.1.0
✓ Found package: com.distriqt.CameraRollExtended@6.2.1
Uninstall package : com.distriqt.CameraRollExtended
✓ Removed package : com.distriqt.CameraRollExtended
Uninstall package : com.distriqt.square.picasso
✓ Removed package : com.distriqt.square.picasso
Uninstall package : com.distriqt.square.okhttp3
✓ Removed package : com.distriqt.square.okhttp3
Uninstall package : com.distriqt.Core
com.distriqt.Core :: Required by another package - skipping uninstall
Uninstall package : androidx.exifinterface
✓ Removed package : androidx.exifinterface
Uninstall package : androidx.appcompat
androidx.appcompat :: Required by another package - skipping uninstall
Uninstall package : androidx.core
androidx.core :: Required by another package - skipping uninstall
✓ Found package: com.distriqt.MediaPlayer@4.4.8
✓ Found package: com.distriqt.Application@6.8.1
marchbold commented 2 years ago

Hmmm odd. Do you have the project.apm file before you ran apm update here? Would be helpful if you have it in version control?

marchbold commented 2 years ago

@jimmymjing To upload the project.apm file just open it in a text viewer and paste the contents here.

jimmymjing commented 2 years ago
package.apm ``` { "identifier": "com.voxverbi.bf", "name": "BioFanta", "filename": "BioFanta", "version": "0.2.0", "versionLabel": "0.2.0", "dependencies": [ { "version": "7.2.7", "id": "com.distriqt.GameServices" }, { "version": "4.4.8", "id": "com.distriqt.MediaPlayer" }, { "version": "3.0.31", "id": "com.distriqt.ZipUtils" }, { "version": "8.6.8", "id": "com.distriqt.Dialog" }, { "version": "6.8.1", "id": "com.distriqt.Application" }, { "version": "3.1.15", "id": "com.distriqt.Volume" }, { "version": "10.4.4", "id": "com.distriqt.PushNotifications" }, { "version": "5.3.8", "id": "com.distriqt.NativeWebView" }, { "version": "6.1.0", "id": "com.distriqt.ApplicationRater" }, { "version": "13.1.0", "id": "com.distriqt.InAppBilling" }, { "version": "5.0.31", "id": "com.distriqt.IDFA" }, { "version": "4.0.11", "id": "com.distriqt.NetworkInfo" }, { "version": "6.2.1", "id": "com.distriqt.CameraRollExtended" }, { "version": "4.0.10", "id": "com.distriqt.Memory" }, { "version": "13.4.0", "id": "com.distriqt.Adverts" }, { "version": "3.4.15", "id": "com.distriqt.CameraUI" }, { "version": "5.0.73", "id": "com.distriqt.Vibration" }, { "version": "7.0.12", "id": "com.distriqt.Share" }, { "version": "6.2.0", "id": "com.distriqt.Notifications" } ], "configuration": { "facebookAppId": { "name": "facebookAppId", "required": "true", "value": "111" }, "adMobAndroidApplicationId": { "name": "adMobAndroidApplicationId", "required": "true", "value": "ca-app-pub-1111" }, "photoLibraryAddUsageDescription": { "name": "photoLibraryAddUsageDescription", "required": "true", "value": "=Bioocean Fantasy needs to access your photo library to save images and videos." }, "adMobIOSApplicationId": { "name": "adMobIOSApplicationId", "required": "true", "value": "ca-app-pub-1111" }, "bundleSeedId": { "name": "bundleSeedId", "required": "true", "value": "xxx" }, "photoLibraryUsageDescription": { "name": "photoLibraryUsageDescription", "required": "true", "value": "Bioocean Fantasy needs to access your photo library to upload your avatar image." }, "microphoneUsageDescription": { "name": "microphoneUsageDescription", "required": "true", "value": "Bioocean Fantasy needs to use your microphone to record audio with your movies" }, "facebookAutoLogAppEventsEnabled": { "name": "facebookAutoLogAppEventsEnabled", "required": "false", "value": "false" }, "facebookDisplayName": { "name": "facebookDisplayName", "required": "true", "value": "Bioocean Fantasy" }, "getTaskAllow": { "name": "getTaskAllow", "required": "true", "value": "true" }, "facebookAutoInitEnabled": { "name": "facebookAutoInitEnabled", "required": "false", "value": "false" }, "playGamesAppId": { "name": "playGamesAppId", "required": "true", "value": "111" }, "cameraUsageDescription": { "name": "cameraUsageDescription", "required": "true", "value": "Bioocean Fantasy needs to access your camera to take your avatar image." }, "userTrackingUsageDescription": { "name": "userTrackingUsageDescription", "required": "true", "value": "This identifier will be used to deliver personalized ads to you." }, "apsEnvironment": { "name": "apsEnvironment", "required": "true", "value": "development" }, "facebookAdvertiserIDCollectionEnabled": { "name": "facebookAdvertiserIDCollectionEnabled", "required": "false", "value": "false" } }, "repositories": [], "deployOptions": {} } ```
marchbold commented 2 years ago

Cheers, could you post your lock file as well for me? Just trying to replicate this.

marchbold commented 2 years ago

oh no the output, there's a lock file generated alongside your project.apm

jimmymjing commented 2 years ago
package-lock.apm ``` { "dependencies": [ { "request": { "version": "2.7.5", "source": null, "packageIdentifier": "com.distriqt.square.okhttp" }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-SquareLibs/releases/download/v4.0.2/com.distriqt.square.okhttp_2.7.5.airpackage", "status": "", "checksum": "0316b3236931f3a0fe4ff7b208f8a9a7b18d701307e56a2b752556b7e6ff3d30", "package": { "name": "Square okhttp", "description": "An HTTP and HTTP/2 client dependency library for Android and Java applications", "docUrl": "https://github.com/distriqt/ANE-SquareLibs/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T04:10:44.786Z", "identifier": "com.distriqt.square.okhttp", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-SquareLibs" }, "version": "2.7.5", "parameters": [], "publishedAt": "2021-08-30T00:00:00.000Z" } }, { "request": { "version": "3.0.31", "source": null, "packageIdentifier": "com.distriqt.ZipUtils" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-ZipUtils/releases/download/v3.0.31/com.distriqt.ZipUtils_3.0.31.airpackage", "status": "release", "checksum": "c089a520e6ae11b4724b54ee4d4e6ef516cdb2ac80a06a9879a3536e697080ef", "package": { "name": "ZipUtils", "description": "High performance native zip utilities", "docUrl": "https://docs.airnativeextensions.com/docs/ziputils", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.ZipUtils", "publishedAt": "2021-10-12T06:35:00.544Z", "identifier": "com.distriqt.ZipUtils", "tags": [ "ios", "android", "zip", "unzip" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.ZipUtils" }, "version": "3.0.31", "parameters": [], "publishedAt": "2021-10-12T00:00:00.000Z" } }, { "request": { "version": "20.x.x", "source": null, "packageIdentifier": "com.distriqt.playservices.Ads", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.distriqt.playservices.Ads", "version": "20.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "androidx.room", "version": "2.x.x" }, { "id": "androidx.work", "version": "2.x.x" }, { "id": "com.google.code.gson", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Adverts/releases/download/v13.4.0/com.distriqt.Adverts_13.4.0.airpackage", "status": "release", "checksum": "33198f6db61daf838ceb2e15dd172ca6a547900415d6d85b389e42a90364ab70", "package": { "name": "Adverts", "description": "Monetise your application through advertising", "docUrl": "https://docs.airnativeextensions.com/docs/adverts", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Adverts", "publishedAt": "2021-08-31T01:44:56.656Z", "identifier": "com.distriqt.Adverts", "tags": [ "advertising", "ios", "android", "admob", "adverts", "ads", "google" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Adverts" }, "version": "13.4.0", "parameters": [ { "defaultValue": "", "name": "adMobAndroidApplicationId", "required": true }, { "defaultValue": "", "name": "adMobIOSApplicationId", "required": true } ], "publishedAt": "2021-11-16T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.distriqt.playservices.Ads_20.2.0.airpackage", "status": "", "checksum": "fe06ceb6ebbbbbf94030c51ef46dccb3f5d24eb63970f72d9a1ad2f9b812935f", "package": { "name": "Google Play Services Ads ", "description": "Google Play Services Ads dependencies", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:44:07.256Z", "identifier": "com.distriqt.playservices.Ads", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "20.2.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "5.0.73", "source": null, "packageIdentifier": "com.distriqt.Vibration" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Vibration/releases/download/v5.0.73/com.distriqt.Vibration_5.0.73.airpackage", "status": "release", "checksum": "49ba539a74ed77ee783af85633a49a9ecbd6346f5e4ce0489bda6ef89dec09b0", "package": { "name": "Vibration", "description": "Access to the device vibration and haptic feedback engine", "docUrl": "https://docs.airnativeextensions.com/docs/vibration", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Vibration", "publishedAt": "2021-10-12T06:09:46.125Z", "identifier": "com.distriqt.Vibration", "tags": [ "ios", "android", "vibration", "vibrate", "haptic", "feedback" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Vibration" }, "version": "5.0.73", "parameters": [], "publishedAt": "2021-10-12T00:00:00.000Z" } }, { "request": { "version": "13.1.0", "source": null, "packageIdentifier": "com.distriqt.InAppBilling" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "com.google.android.play", "version": "1.10.1" } ], "sourceUrl": "https://github.com/distriqt/ANE-InAppBilling/releases/download/v13.1.0/com.distriqt.InAppBilling_13.1.0.airpackage", "status": "release", "checksum": "9e412a6a8eed13dc6b076cc007d671d008ad0a7e1c430622d19f1436245bfd70", "package": { "name": "InAppBilling", "description": "Monetise your app with simple in-app purchases! ", "docUrl": "https://docs.airnativeextensions.com/docs/inappbilling", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.InAppBilling", "publishedAt": "2021-09-09T06:58:04.542Z", "identifier": "com.distriqt.InAppBilling", "tags": [ "play store", "app store", "in-app", "purchases", "billing", "subscriptions", "products" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.InAppBilling" }, "version": "13.1.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "17.0.0", "source": null, "packageIdentifier": "com.distriqt.playservices.Drive", "requiringPackage": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "com.distriqt.playservices.Base", "version": "17.5.1" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "com.distriqt.playservices.Auth", "version": "19.0.0" }, { "id": "com.distriqt.playservices.Drive", "version": "17.0.0" }, { "id": "com.distriqt.playservices.Games", "version": "21.0.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-GameServices/releases/download/v7.2.7/com.distriqt.GameServices_7.2.7.airpackage", "status": "release", "checksum": "bbc6bd1117316639dbd2a8646c828b6bac120740697558e080826d336d769bd2", "package": { "name": "Game Services", "description": "Provides a common API to multiple gaming services including Google Play Services and Apple Game Center", "docUrl": "https://docs.airnativeextensions.com/docs/gameservices", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.GameServices", "publishedAt": "2021-09-01T05:21:23.887Z", "identifier": "com.distriqt.GameServices", "tags": [ "game", "leaderboards", "achievements", "play games", "game center" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.GameServices" }, "version": "7.2.7", "parameters": [ { "defaultValue": "XXXXXXXX", "name": "playGamesAppId", "required": true } ], "publishedAt": "2021-09-28T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.distriqt.playservices.Drive_17.0.0.airpackage", "status": "", "checksum": "c30f1562c285a104864aa4d6375885151ba9083433c2ab154d24213baaa66720", "package": { "name": "Google Play Services Drive ", "description": "Google Play Services Drive dependencies", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:45:26.796Z", "identifier": "com.distriqt.playservices.Drive", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "17.0.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "6.8.1", "source": null, "packageIdentifier": "com.distriqt.Application" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" } ], "sourceUrl": "https://github.com/distriqt/ANE-Application/releases/download/v6.8.1/com.distriqt.Application_6.8.1.airpackage", "status": "release", "checksum": "aa52108932d9c32c05aebba65467db8111907ab7bc33492f5bfc9b572fd1a4fe", "package": { "name": "Application", "description": "AIR Application toolbox, including access to display options, device information and many utilities", "docUrl": "https://docs.airnativeextensions.com/docs/application", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Application", "publishedAt": "2021-09-02T01:09:09.767Z", "identifier": "com.distriqt.Application", "tags": [ "display mode", "device info", "keychain", "preferences", "fullscreen", "utilities", "alarms", "settings", "auto-start", "state", "lifetime events", "activity" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Application" }, "version": "6.8.1", "parameters": [], "publishedAt": "2021-09-02T00:00:00.000Z" } }, { "request": { "version": "3.1.15", "source": null, "packageIdentifier": "com.distriqt.Volume" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Volume/releases/download/v3.1.15/com.distriqt.Volume_3.1.15.airpackage", "status": "release", "checksum": "64d550caac1085394e0642d749977f8b00c335c3007f0f422898a0456a0cf96f", "package": { "name": "Volume", "description": "Access the device volume levels, including set and retrieve the volume level and listen for volume level change events", "docUrl": "https://docs.airnativeextensions.com/docs/volume", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Volume", "publishedAt": "2021-10-12T06:19:16.733Z", "identifier": "com.distriqt.Volume", "tags": [ "ios", "android", "volume", "mute button" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Volume" }, "version": "3.1.15", "parameters": [], "publishedAt": "2021-10-12T00:00:00.000Z" } }, { "request": { "version": "4.0.11", "source": null, "packageIdentifier": "com.distriqt.NetworkInfo" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-NetworkInfo/releases/download/v4.0.11/com.distriqt.NetworkInfo_4.0.11.airpackage", "status": "release", "checksum": "328234d84fc8a46ea9c50bdc7624dcb998c8b9e87c0bf53dcf1f65ca5a37febd", "package": { "name": "NetworkInfo", "description": "Information about the device network interfaces and connectivity ", "docUrl": "https://docs.airnativeextensions.com/docs/networkinfo", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.NetworkInfo", "publishedAt": "2021-10-11T01:11:15.991Z", "identifier": "com.distriqt.NetworkInfo", "tags": [ "ios", "android", "network", "internet", "connectivitiy", "reachability" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.NetworkInfo" }, "version": "4.0.11", "parameters": [], "publishedAt": "2021-10-11T00:00:00.000Z" } }, { "request": { "version": "5.0.31", "source": null, "packageIdentifier": "com.distriqt.IDFA" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "com.distriqt.playservices.AdsIdentifier", "version": "17.0.0" }, { "id": "com.distriqt.playservices.Base", "version": "17.5.1" } ], "sourceUrl": "https://github.com/distriqt/ANE-IDFA/releases/download/v5.0.31/com.distriqt.IDFA_5.0.31.airpackage", "status": "release", "checksum": "347b15cdab8f136e6967debe031f55234c74a18c0cf17ad4bbed401906a94b32", "package": { "name": "IDFA", "description": "The IDFA extension gives you simple access to the advertising identifiers on Android and iOS.", "docUrl": "https://docs.airnativeextensions.com/docs/idfa", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.IDFA", "publishedAt": "2021-09-10T07:56:24.840Z", "identifier": "com.distriqt.IDFA", "tags": [ "advertising", "identifier", "app-tracking-transparency", "idfa", "ios", "android" ], "type": "ane", "license": { "public": true, "type": "airnativeextensions - public", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.IDFA" }, "version": "5.0.31", "parameters": [ { "defaultValue": "Allows us to deliver personalized ads for you.", "name": "userTrackingUsageDescription", "required": true } ], "publishedAt": "2021-10-27T00:00:00.000Z" } }, { "request": { "version": "4.4.8", "source": null, "packageIdentifier": "com.distriqt.MediaPlayer" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "androidx.vectordrawable", "version": "1.1.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-MediaPlayer/releases/download/v4.4.8/com.distriqt.MediaPlayer_4.4.8.airpackage", "status": "release", "checksum": "dc00c81d733baf0fd51a304357b2fc50e857c705e1e342c34057518ec94fd20c", "package": { "name": "MediaPlayer", "description": "Enable high performance media playback using the native media player ", "docUrl": "https://docs.airnativeextensions.com/docs/mediaplayer", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.MediaPlayer", "publishedAt": "2021-10-07T00:00:33.182Z", "identifier": "com.distriqt.MediaPlayer", "tags": [ "ios", "android", "video", "media", "music", "audio", "player", "system media" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.MediaPlayer" }, "version": "4.4.8", "parameters": [], "publishedAt": "2021-10-07T00:00:00.000Z" } }, { "request": { "version": "3.x.x", "source": null, "packageIdentifier": "com.google.protobuflite", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.cardview", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.google.android.datatransport", "version": "2.x.x" }, { "id": "com.distriqt.playservices.CloudMessaging", "version": "16.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "com.google.firebase.core", "version": "17.x.x" }, { "id": "com.google.dagger", "version": "2.x.x" }, { "id": "com.google.protobuflite", "version": "3.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-PushNotifications/releases/download/v10.4.4/com.distriqt.PushNotifications_10.4.4.airpackage", "status": "release", "checksum": "67ffe044ac6b91acafcbd92151e762d0940400f57cb635c7fe4da401b38b0e85", "package": { "name": "Push Notifications", "description": "Powerful notifications! Multiple services! One API! ", "docUrl": "https://docs.airnativeextensions.com/docs/pushnotifications", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications", "publishedAt": "2021-09-13T05:20:35.072Z", "identifier": "com.distriqt.PushNotifications", "tags": [ "ios", "android", "notifications", "push", "apns", "gcm", "fcm", "firebase", "windows" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications" }, "version": "10.4.4", "parameters": [ { "defaultValue": "", "name": "bundleSeedId", "required": true }, { "defaultValue": "development", "name": "apsEnvironment", "required": true }, { "defaultValue": "true", "name": "getTaskAllow", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/com.google.protobuflite_3.14.0.airpackage", "status": "", "checksum": "68d5173f950860bb5e76e0816536ca78d81894df76e37b93644cfbfac732cd28", "package": { "name": "Protobuf Lite", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:38:54.464Z", "identifier": "com.google.protobuflite", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "3.14.0", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "2.x.x", "source": null, "packageIdentifier": "com.google.dagger", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.cardview", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.google.android.datatransport", "version": "2.x.x" }, { "id": "com.distriqt.playservices.CloudMessaging", "version": "16.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "com.google.firebase.core", "version": "17.x.x" }, { "id": "com.google.dagger", "version": "2.x.x" }, { "id": "com.google.protobuflite", "version": "3.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-PushNotifications/releases/download/v10.4.4/com.distriqt.PushNotifications_10.4.4.airpackage", "status": "release", "checksum": "67ffe044ac6b91acafcbd92151e762d0940400f57cb635c7fe4da401b38b0e85", "package": { "name": "Push Notifications", "description": "Powerful notifications! Multiple services! One API! ", "docUrl": "https://docs.airnativeextensions.com/docs/pushnotifications", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications", "publishedAt": "2021-09-13T05:20:35.072Z", "identifier": "com.distriqt.PushNotifications", "tags": [ "ios", "android", "notifications", "push", "apns", "gcm", "fcm", "firebase", "windows" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications" }, "version": "10.4.4", "parameters": [ { "defaultValue": "", "name": "bundleSeedId", "required": true }, { "defaultValue": "development", "name": "apsEnvironment", "required": true }, { "defaultValue": "true", "name": "getTaskAllow", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/com.google.dagger_2.24.0.airpackage", "status": "", "checksum": "24fe759a23b36941ab3104589ef4627578180be4446b380acf1142eea14f8be2", "package": { "name": "Google Dagger", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:35:43.504Z", "identifier": "com.google.dagger", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "2.24.0", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "1.x.x", "source": null, "packageIdentifier": "androidx.browser", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "androidx.browser", "version": "1.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-NativeWebView/releases/download/v5.3.8/com.distriqt.NativeWebView_5.3.8.airpackage", "status": "release", "checksum": "5a1c1722cfd22ef887d4485750747822a3b5b5aa0f71343547f5a3efee6502b5", "package": { "name": "Native WebView", "description": "A powerful modern web view replacement for the StageWebView", "docUrl": "https://docs.airnativeextensions.com/docs/nativewebview", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.NativeWebView", "publishedAt": "2021-10-08T08:38:19.920Z", "identifier": "com.distriqt.NativeWebView", "tags": [ "ios", "android", "windows", "macos", "native", "webview", "html5" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.NativeWebView" }, "version": "5.3.8", "parameters": [], "publishedAt": "2021-10-25T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.browser_1.3.0.airpackage", "status": "", "checksum": "c9d6566733373a90b33c37f16bf75d43c19ce3f2d9c3b3c21f5c86956a718020", "package": { "name": "AndroidX Browser", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:40:09.492Z", "identifier": "androidx.browser", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.3.0", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "6.2.0", "source": null, "packageIdentifier": "com.distriqt.Notifications" }, "packageVersion": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Notifications/releases/download/v6.2.0/com.distriqt.Notifications_6.2.0.airpackage", "status": "release", "checksum": "5fcdad48857c848bcbf2140c831cc7544bca26a7c9d3737fda523760c9e5a402", "package": { "name": "Notifications", "description": "Engage your users using local notifications on your device without setting up push services", "docUrl": "https://docs.airnativeextensions.com/docs/notifications", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Notifications", "publishedAt": "2021-10-12T04:13:54.071Z", "identifier": "com.distriqt.Notifications", "tags": [ "ios", "android", "local", "notification", "badge" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Notifications" }, "version": "6.2.0", "parameters": [], "publishedAt": "2021-10-12T00:00:00.000Z" } }, { "request": { "version": "3.4.15", "source": null, "packageIdentifier": "com.distriqt.CameraUI" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-CameraUI/releases/download/v3.4.15/com.distriqt.CameraUI_3.4.15.airpackage", "status": "release", "checksum": "85c8eb4283adca92b36af386f3aed567decf24ab2cfa271e9a4e935a1edbe0ee", "package": { "name": "Camera UI", "description": "Simple camera capture integration using native system UI ", "docUrl": "https://docs.airnativeextensions.com/docs/cameraui", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.CameraUI", "publishedAt": "2021-08-23T03:56:37.673Z", "identifier": "com.distriqt.CameraUI", "tags": [ "ios", "android", "camera", "video", "image", "capture" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.CameraUI" }, "version": "3.4.15", "parameters": [ { "defaultValue": "Use your camera to capture images", "name": "cameraUsageDescription", "required": true }, { "defaultValue": "Use your microphone to record audio with your movies", "name": "microphoneUsageDescription", "required": true }, { "defaultValue": "Access to photo library is required to save images", "name": "photoLibraryUsageDescription", "required": true }, { "defaultValue": "Access to photo library is required to save images", "name": "photoLibraryAddUsageDescription", "required": true } ], "publishedAt": "2021-11-24T00:00:00.000Z" } }, { "request": { "version": "1.x.x", "source": null, "packageIdentifier": "androidx.exifinterface", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.exifinterface", "version": "1.x.x" }, { "id": "com.distriqt.square.okhttp3", "version": "3.x.x" }, { "id": "com.distriqt.square.picasso", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-CameraRollExtended/releases/download/v6.2.1/com.distriqt.CameraRollExtended_6.2.1.airpackage", "status": "release", "checksum": "e9d0a37f5165c8a9522d6ad8f52b7aec2f1578234870566c0b21da13a4639311", "package": { "name": "CameraRollExtended", "description": "Allow your user access to their photos and videos within your application using the camera roll", "docUrl": "https://docs.airnativeextensions.com/docs/camerarollextended", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.CameraRollExtended", "publishedAt": "2021-09-24T01:40:57.972Z", "identifier": "com.distriqt.CameraRollExtended", "tags": [ "ios", "android", "camera roll", "gallery", "photos", "videos" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.CameraRollExtended" }, "version": "6.2.1", "parameters": [ { "defaultValue": "Access to photo library is required to load and save images.", "name": "photoLibraryUsageDescription", "required": true }, { "defaultValue": "Access to photo library is required to load and save images.", "name": "photoLibraryAddUsageDescription", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.exifinterface_1.3.2.airpackage", "status": "", "checksum": "d1f94d2f2302963b2876e2da594111b4012bf90a1d81ad8262ff76c93e869da2", "package": { "name": "AndroidX EXIF Interface", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:40:44.776Z", "identifier": "androidx.exifinterface", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.3.2", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "1.1.0", "source": null, "packageIdentifier": "androidx.vectordrawable", "requiringPackage": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "androidx.vectordrawable", "version": "1.1.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-MediaPlayer/releases/download/v4.4.8/com.distriqt.MediaPlayer_4.4.8.airpackage", "status": "release", "checksum": "dc00c81d733baf0fd51a304357b2fc50e857c705e1e342c34057518ec94fd20c", "package": { "name": "MediaPlayer", "description": "Enable high performance media playback using the native media player ", "docUrl": "https://docs.airnativeextensions.com/docs/mediaplayer", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.MediaPlayer", "publishedAt": "2021-10-07T00:00:33.182Z", "identifier": "com.distriqt.MediaPlayer", "tags": [ "ios", "android", "video", "media", "music", "audio", "player", "system media" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.MediaPlayer" }, "version": "4.4.8", "parameters": [], "publishedAt": "2021-10-07T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.vectordrawable_1.1.0.airpackage", "status": "", "checksum": "0b87ab965ea07d4363fdf2b9bbd7eee359d29a7b3c8c7f6f41e91b899e419005", "package": { "name": "AndroidX Vector Drawable", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-30T05:48:38.380Z", "identifier": "androidx.vectordrawable", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.1.0", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "6.2.1", "source": null, "packageIdentifier": "com.distriqt.CameraRollExtended" }, "packageVersion": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.exifinterface", "version": "1.x.x" }, { "id": "com.distriqt.square.okhttp3", "version": "3.x.x" }, { "id": "com.distriqt.square.picasso", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-CameraRollExtended/releases/download/v6.2.1/com.distriqt.CameraRollExtended_6.2.1.airpackage", "status": "release", "checksum": "e9d0a37f5165c8a9522d6ad8f52b7aec2f1578234870566c0b21da13a4639311", "package": { "name": "CameraRollExtended", "description": "Allow your user access to their photos and videos within your application using the camera roll", "docUrl": "https://docs.airnativeextensions.com/docs/camerarollextended", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.CameraRollExtended", "publishedAt": "2021-09-24T01:40:57.972Z", "identifier": "com.distriqt.CameraRollExtended", "tags": [ "ios", "android", "camera roll", "gallery", "photos", "videos" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.CameraRollExtended" }, "version": "6.2.1", "parameters": [ { "defaultValue": "Access to photo library is required to load and save images.", "name": "photoLibraryUsageDescription", "required": true }, { "defaultValue": "Access to photo library is required to load and save images.", "name": "photoLibraryAddUsageDescription", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, { "request": { "version": "8.6.8", "source": null, "packageIdentifier": "com.distriqt.Dialog" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "androidx.vectordrawable", "version": "1.1.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-Dialog/releases/download/v8.6.8/com.distriqt.Dialog_8.6.8.airpackage", "status": "release", "checksum": "2fc7b62d27b30c49e4ebc1c33ac6eb4b832859733f33402f9433704d0e701e94", "package": { "name": "Dialog", "description": "Display and interact with native alerts, dialogs, activity or progress indicators, and messages ", "docUrl": "https://docs.airnativeextensions.com/docs/dialog", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Dialog", "publishedAt": "2021-10-05T02:27:25.659Z", "identifier": "com.distriqt.Dialog", "tags": [ "activity", "native", "dialog", "progress", "alert", "date", "time", "multiple", "question", "actionsheet", "picker" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Dialog" }, "version": "8.6.8", "parameters": [], "publishedAt": "2021-10-05T00:00:00.000Z" } }, { "request": { "version": "19.0.0", "source": null, "packageIdentifier": "com.distriqt.playservices.Auth", "requiringPackage": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "com.distriqt.playservices.Base", "version": "17.5.1" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "com.distriqt.playservices.Auth", "version": "19.0.0" }, { "id": "com.distriqt.playservices.Drive", "version": "17.0.0" }, { "id": "com.distriqt.playservices.Games", "version": "21.0.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-GameServices/releases/download/v7.2.7/com.distriqt.GameServices_7.2.7.airpackage", "status": "release", "checksum": "bbc6bd1117316639dbd2a8646c828b6bac120740697558e080826d336d769bd2", "package": { "name": "Game Services", "description": "Provides a common API to multiple gaming services including Google Play Services and Apple Game Center", "docUrl": "https://docs.airnativeextensions.com/docs/gameservices", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.GameServices", "publishedAt": "2021-09-01T05:21:23.887Z", "identifier": "com.distriqt.GameServices", "tags": [ "game", "leaderboards", "achievements", "play games", "game center" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.GameServices" }, "version": "7.2.7", "parameters": [ { "defaultValue": "XXXXXXXX", "name": "playGamesAppId", "required": true } ], "publishedAt": "2021-09-28T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.distriqt.playservices.Auth_19.0.0.airpackage", "status": "", "checksum": "9fffe88fbf83d57c82853f3b89805d146c3150dd168cc9aaedd71413f0d83f06", "package": { "name": "Google Play Services Auth ", "description": "Google Play Services Auth dependencies", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:44:43.273Z", "identifier": "com.distriqt.playservices.Auth", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "19.0.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "1.x.x", "source": null, "packageIdentifier": "androidx.cardview", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.cardview", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.google.android.datatransport", "version": "2.x.x" }, { "id": "com.distriqt.playservices.CloudMessaging", "version": "16.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "com.google.firebase.core", "version": "17.x.x" }, { "id": "com.google.dagger", "version": "2.x.x" }, { "id": "com.google.protobuflite", "version": "3.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-PushNotifications/releases/download/v10.4.4/com.distriqt.PushNotifications_10.4.4.airpackage", "status": "release", "checksum": "67ffe044ac6b91acafcbd92151e762d0940400f57cb635c7fe4da401b38b0e85", "package": { "name": "Push Notifications", "description": "Powerful notifications! Multiple services! One API! ", "docUrl": "https://docs.airnativeextensions.com/docs/pushnotifications", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications", "publishedAt": "2021-09-13T05:20:35.072Z", "identifier": "com.distriqt.PushNotifications", "tags": [ "ios", "android", "notifications", "push", "apns", "gcm", "fcm", "firebase", "windows" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications" }, "version": "10.4.4", "parameters": [ { "defaultValue": "", "name": "bundleSeedId", "required": true }, { "defaultValue": "development", "name": "apsEnvironment", "required": true }, { "defaultValue": "true", "name": "getTaskAllow", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.cardview_1.0.0.airpackage", "status": "", "checksum": "56b7e88540a19576a474ae7c53378cbe3d52a3aebe4bddd220875200afbfb4ec", "package": { "name": "AndroidX Card View", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:40:16.640Z", "identifier": "androidx.cardview", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.0.0", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "7.2.7", "source": null, "packageIdentifier": "com.distriqt.GameServices" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "com.distriqt.playservices.Base", "version": "17.5.1" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "com.distriqt.playservices.Auth", "version": "19.0.0" }, { "id": "com.distriqt.playservices.Drive", "version": "17.0.0" }, { "id": "com.distriqt.playservices.Games", "version": "21.0.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-GameServices/releases/download/v7.2.7/com.distriqt.GameServices_7.2.7.airpackage", "status": "release", "checksum": "bbc6bd1117316639dbd2a8646c828b6bac120740697558e080826d336d769bd2", "package": { "name": "Game Services", "description": "Provides a common API to multiple gaming services including Google Play Services and Apple Game Center", "docUrl": "https://docs.airnativeextensions.com/docs/gameservices", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.GameServices", "publishedAt": "2021-09-01T05:21:23.887Z", "identifier": "com.distriqt.GameServices", "tags": [ "game", "leaderboards", "achievements", "play games", "game center" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.GameServices" }, "version": "7.2.7", "parameters": [ { "defaultValue": "XXXXXXXX", "name": "playGamesAppId", "required": true } ], "publishedAt": "2021-09-28T00:00:00.000Z" } }, { "request": { "version": "21.0.0", "source": null, "packageIdentifier": "com.distriqt.playservices.Games", "requiringPackage": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "com.distriqt.playservices.Base", "version": "17.5.1" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "com.distriqt.playservices.Auth", "version": "19.0.0" }, { "id": "com.distriqt.playservices.Drive", "version": "17.0.0" }, { "id": "com.distriqt.playservices.Games", "version": "21.0.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-GameServices/releases/download/v7.2.7/com.distriqt.GameServices_7.2.7.airpackage", "status": "release", "checksum": "bbc6bd1117316639dbd2a8646c828b6bac120740697558e080826d336d769bd2", "package": { "name": "Game Services", "description": "Provides a common API to multiple gaming services including Google Play Services and Apple Game Center", "docUrl": "https://docs.airnativeextensions.com/docs/gameservices", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.GameServices", "publishedAt": "2021-09-01T05:21:23.887Z", "identifier": "com.distriqt.GameServices", "tags": [ "game", "leaderboards", "achievements", "play games", "game center" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.GameServices" }, "version": "7.2.7", "parameters": [ { "defaultValue": "XXXXXXXX", "name": "playGamesAppId", "required": true } ], "publishedAt": "2021-09-28T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.distriqt.playservices.Games_21.0.0.airpackage", "status": "", "checksum": "280693413c4167d870af7ce7c1c88e4d8f9bed7930179fd8e949fc7d95e08b3f", "package": { "name": "Google Play Services Games ", "description": "Google Play Services Games dependencies", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:45:42.155Z", "identifier": "com.distriqt.playservices.Games", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "21.0.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "17.0.0", "source": null, "packageIdentifier": "com.distriqt.playservices.AdsIdentifier", "requiringPackage": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "com.distriqt.playservices.AdsIdentifier", "version": "17.0.0" }, { "id": "com.distriqt.playservices.Base", "version": "17.5.1" } ], "sourceUrl": "https://github.com/distriqt/ANE-IDFA/releases/download/v5.0.31/com.distriqt.IDFA_5.0.31.airpackage", "status": "release", "checksum": "347b15cdab8f136e6967debe031f55234c74a18c0cf17ad4bbed401906a94b32", "package": { "name": "IDFA", "description": "The IDFA extension gives you simple access to the advertising identifiers on Android and iOS.", "docUrl": "https://docs.airnativeextensions.com/docs/idfa", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.IDFA", "publishedAt": "2021-09-10T07:56:24.840Z", "identifier": "com.distriqt.IDFA", "tags": [ "advertising", "identifier", "app-tracking-transparency", "idfa", "ios", "android" ], "type": "ane", "license": { "public": true, "type": "airnativeextensions - public", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.IDFA" }, "version": "5.0.31", "parameters": [ { "defaultValue": "Allows us to deliver personalized ads for you.", "name": "userTrackingUsageDescription", "required": true } ], "publishedAt": "2021-10-27T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.distriqt.playservices.AdsIdentifier_17.0.0.airpackage", "status": "", "checksum": "8d114ca083bb80976651fde56d032147244e9523e27f56a72c4152f7128621aa", "package": { "name": "Google Play Services Ads Identifier", "description": "Google Play Services Ads Identifier dependencies", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:44:14.300Z", "identifier": "com.distriqt.playservices.AdsIdentifier", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "17.0.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "4.0.10", "source": null, "packageIdentifier": "com.distriqt.Memory" }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-Memory/releases/download/v4.0.10/com.distriqt.Memory_4.0.10.airpackage", "status": "release", "checksum": "bb908e7c119e3c683ef6f68905e0e823c41f7718d014aaeb1f4fd0fce78025fc", "package": { "name": "Memory", "description": "Device memory usage information and low memory notifications", "docUrl": "https://docs.airnativeextensions.com/docs/memory", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Memory", "publishedAt": "2021-12-06T06:10:39.185Z", "identifier": "com.distriqt.Memory", "type": "ane", "license": { "public": true, "type": "airnativeextensions - public", "url": "https://airnativeextensions.com/license" }, "url": "https://github.com/distriqt/ANE-Memory" }, "version": "4.0.10", "parameters": [], "publishedAt": "2021-12-06T00:00:00.000Z" } }, { "request": { "version": "1.28.0", "source": null, "packageIdentifier": "io.grpc" }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/io.grpc_1.28.0.airpackage", "status": "", "checksum": "f8d5fa72ae43a234d1b3bbd3cbf0d3489d8d591f74046e32939545fdae0af4ba", "package": { "name": "GRPC", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:39:06.514Z", "identifier": "io.grpc", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.28.0", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "1.10.1", "source": null, "packageIdentifier": "com.google.android.play", "requiringPackage": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "com.google.android.play", "version": "1.10.1" } ], "sourceUrl": "https://github.com/distriqt/ANE-InAppBilling/releases/download/v13.1.0/com.distriqt.InAppBilling_13.1.0.airpackage", "status": "release", "checksum": "9e412a6a8eed13dc6b076cc007d671d008ad0a7e1c430622d19f1436245bfd70", "package": { "name": "InAppBilling", "description": "Monetise your app with simple in-app purchases! ", "docUrl": "https://docs.airnativeextensions.com/docs/inappbilling", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.InAppBilling", "publishedAt": "2021-09-09T06:58:04.542Z", "identifier": "com.distriqt.InAppBilling", "tags": [ "play store", "app store", "in-app", "purchases", "billing", "subscriptions", "products" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.InAppBilling" }, "version": "13.1.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.google.android.play_1.10.1.airpackage", "status": "", "checksum": "71f6f7d8c2db6b8ac769b26e04ebf1a403084ce5cbd452bb1a159e4429cedd3e", "package": { "name": "Play Core Library ", "description": "The Play Core Library is your applications runtime interface with the Google Play Store", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:43:03.819Z", "identifier": "com.google.android.play", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "1.10.1", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "1.2.0", "source": null, "packageIdentifier": "androidx.appcompat", "requiringPackage": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "com.distriqt.playservices.Base", "version": "17.5.1" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "com.distriqt.playservices.Auth", "version": "19.0.0" }, { "id": "com.distriqt.playservices.Drive", "version": "17.0.0" }, { "id": "com.distriqt.playservices.Games", "version": "21.0.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-GameServices/releases/download/v7.2.7/com.distriqt.GameServices_7.2.7.airpackage", "status": "release", "checksum": "bbc6bd1117316639dbd2a8646c828b6bac120740697558e080826d336d769bd2", "package": { "name": "Game Services", "description": "Provides a common API to multiple gaming services including Google Play Services and Apple Game Center", "docUrl": "https://docs.airnativeextensions.com/docs/gameservices", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.GameServices", "publishedAt": "2021-09-01T05:21:23.887Z", "identifier": "com.distriqt.GameServices", "tags": [ "game", "leaderboards", "achievements", "play games", "game center" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.GameServices" }, "version": "7.2.7", "parameters": [ { "defaultValue": "XXXXXXXX", "name": "playGamesAppId", "required": true } ], "publishedAt": "2021-09-28T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.appcompat_1.2.0.airpackage", "status": "", "checksum": "14ea2025a21933ac791a2e25191b6ef5cd4849c6926646675c0a6e3d73d5fb97", "package": { "name": "AndroidX AppCompat", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:40:00.596Z", "identifier": "androidx.appcompat", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.2.0", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "2.x.x", "source": null, "packageIdentifier": "com.google.code.gson", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.distriqt.playservices.Ads", "version": "20.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "androidx.room", "version": "2.x.x" }, { "id": "androidx.work", "version": "2.x.x" }, { "id": "com.google.code.gson", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Adverts/releases/download/v13.4.0/com.distriqt.Adverts_13.4.0.airpackage", "status": "release", "checksum": "33198f6db61daf838ceb2e15dd172ca6a547900415d6d85b389e42a90364ab70", "package": { "name": "Adverts", "description": "Monetise your application through advertising", "docUrl": "https://docs.airnativeextensions.com/docs/adverts", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Adverts", "publishedAt": "2021-08-31T01:44:56.656Z", "identifier": "com.distriqt.Adverts", "tags": [ "advertising", "ios", "android", "admob", "adverts", "ads", "google" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Adverts" }, "version": "13.4.0", "parameters": [ { "defaultValue": "", "name": "adMobAndroidApplicationId", "required": true }, { "defaultValue": "", "name": "adMobIOSApplicationId", "required": true } ], "publishedAt": "2021-11-16T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/com.google.code.gson_2.8.6.airpackage", "status": "", "checksum": "e929ea848d02db82ba04b5d17497f87e7cc300240465d67cfe1c07cd86b29bbc", "package": { "name": "Google GSON", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:36:03.220Z", "identifier": "com.google.code.gson", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "2.8.6", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "17.5.1", "source": null, "packageIdentifier": "com.distriqt.playservices.Base", "requiringPackage": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "androidx.core", "version": "1.3.2" }, { "id": "com.distriqt.playservices.Base", "version": "17.5.1" }, { "id": "androidx.appcompat", "version": "1.2.0" }, { "id": "com.distriqt.playservices.Auth", "version": "19.0.0" }, { "id": "com.distriqt.playservices.Drive", "version": "17.0.0" }, { "id": "com.distriqt.playservices.Games", "version": "21.0.0" } ], "sourceUrl": "https://github.com/distriqt/ANE-GameServices/releases/download/v7.2.7/com.distriqt.GameServices_7.2.7.airpackage", "status": "release", "checksum": "bbc6bd1117316639dbd2a8646c828b6bac120740697558e080826d336d769bd2", "package": { "name": "Game Services", "description": "Provides a common API to multiple gaming services including Google Play Services and Apple Game Center", "docUrl": "https://docs.airnativeextensions.com/docs/gameservices", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.GameServices", "publishedAt": "2021-09-01T05:21:23.887Z", "identifier": "com.distriqt.GameServices", "tags": [ "game", "leaderboards", "achievements", "play games", "game center" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.GameServices" }, "version": "7.2.7", "parameters": [ { "defaultValue": "XXXXXXXX", "name": "playGamesAppId", "required": true } ], "publishedAt": "2021-09-28T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.distriqt.playservices.Base_17.5.1.airpackage", "status": "", "checksum": "daec39d02efd3af43f36036140f94771526c857defa17097619bbaa3c068ac8d", "package": { "name": "Google Play Services Base ", "description": "Google Play Services Base dependencies", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:45:04.555Z", "identifier": "com.distriqt.playservices.Base", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "17.5.1", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "6.x.x", "source": null, "packageIdentifier": "com.distriqt.Core", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "androidx.browser", "version": "1.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-NativeWebView/releases/download/v5.3.8/com.distriqt.NativeWebView_5.3.8.airpackage", "status": "release", "checksum": "5a1c1722cfd22ef887d4485750747822a3b5b5aa0f71343547f5a3efee6502b5", "package": { "name": "Native WebView", "description": "A powerful modern web view replacement for the StageWebView", "docUrl": "https://docs.airnativeextensions.com/docs/nativewebview", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.NativeWebView", "publishedAt": "2021-10-08T08:38:19.920Z", "identifier": "com.distriqt.NativeWebView", "tags": [ "ios", "android", "windows", "macos", "native", "webview", "html5" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.NativeWebView" }, "version": "5.3.8", "parameters": [], "publishedAt": "2021-10-25T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-Core/releases/download/v6.4.3/com.distriqt.Core_6.4.3.airpackage", "status": "", "checksum": "cd3ed11f2eea72b991c853ede4f5413ce26197ab3d7f03fc7eacc2703f74d75d", "package": { "name": "Core Native Extension", "description": "Extension providing a centralised library for native extension common utilities and a notification / delegation system", "docUrl": "https://github.com/distriqt/ANE-Core/wiki", "purchaseUrl": "", "publishedAt": "2021-06-18T04:09:04.984Z", "identifier": "com.distriqt.Core", "tags": [ "ios", "android", "core", "common" ], "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-Core" }, "version": "6.4.3", "parameters": [], "publishedAt": "2021-08-20T00:00:00.000Z" } }, { "request": { "version": "17.x.x", "source": null, "packageIdentifier": "com.google.firebase.core", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.cardview", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.google.android.datatransport", "version": "2.x.x" }, { "id": "com.distriqt.playservices.CloudMessaging", "version": "16.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "com.google.firebase.core", "version": "17.x.x" }, { "id": "com.google.dagger", "version": "2.x.x" }, { "id": "com.google.protobuflite", "version": "3.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-PushNotifications/releases/download/v10.4.4/com.distriqt.PushNotifications_10.4.4.airpackage", "status": "release", "checksum": "67ffe044ac6b91acafcbd92151e762d0940400f57cb635c7fe4da401b38b0e85", "package": { "name": "Push Notifications", "description": "Powerful notifications! Multiple services! One API! ", "docUrl": "https://docs.airnativeextensions.com/docs/pushnotifications", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications", "publishedAt": "2021-09-13T05:20:35.072Z", "identifier": "com.distriqt.PushNotifications", "tags": [ "ios", "android", "notifications", "push", "apns", "gcm", "fcm", "firebase", "windows" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications" }, "version": "10.4.4", "parameters": [ { "defaultValue": "", "name": "bundleSeedId", "required": true }, { "defaultValue": "development", "name": "apsEnvironment", "required": true }, { "defaultValue": "true", "name": "getTaskAllow", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [ { "id": "com.google.android.datatransport", "version": "2.x.x" }, { "id": "com.distriqt.playservices.CloudMessaging", "version": "16.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.google.firebase.core_17.4.0.airpackage", "status": "release", "checksum": "5b38cb5b4b43ff483d886e5438163a0bb0c2edec0818ae760a589a180cd6ec89", "package": { "name": "Firebase Core Library ", "description": "This contains the core Firebase dependencies", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:43:34.248Z", "identifier": "com.google.firebase.core", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "17.4.0", "parameters": [], "publishedAt": "2021-11-11T00:00:00.000Z" } }, { "request": { "version": "2.x.x", "source": null, "packageIdentifier": "com.distriqt.square.picasso", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.exifinterface", "version": "1.x.x" }, { "id": "com.distriqt.square.okhttp3", "version": "3.x.x" }, { "id": "com.distriqt.square.picasso", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-CameraRollExtended/releases/download/v6.2.1/com.distriqt.CameraRollExtended_6.2.1.airpackage", "status": "release", "checksum": "e9d0a37f5165c8a9522d6ad8f52b7aec2f1578234870566c0b21da13a4639311", "package": { "name": "CameraRollExtended", "description": "Allow your user access to their photos and videos within your application using the camera roll", "docUrl": "https://docs.airnativeextensions.com/docs/camerarollextended", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.CameraRollExtended", "publishedAt": "2021-09-24T01:40:57.972Z", "identifier": "com.distriqt.CameraRollExtended", "tags": [ "ios", "android", "camera roll", "gallery", "photos", "videos" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.CameraRollExtended" }, "version": "6.2.1", "parameters": [ { "defaultValue": "Access to photo library is required to load and save images.", "name": "photoLibraryUsageDescription", "required": true }, { "defaultValue": "Access to photo library is required to load and save images.", "name": "photoLibraryAddUsageDescription", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-SquareLibs/releases/download/v4.0.2/com.distriqt.square.picasso_2.71828.0.airpackage", "status": "", "checksum": "dfe75913f8964dbde35ebe75aac6ba3cfee03165465e2339622a466bd6771833", "package": { "name": "Square picasso ", "description": "A powerful image downloading and caching library for Android", "docUrl": "https://github.com/distriqt/ANE-SquareLibs/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T04:11:18.803Z", "identifier": "com.distriqt.square.picasso", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-SquareLibs" }, "version": "2.71828.0", "parameters": [], "publishedAt": "2021-08-30T00:00:00.000Z" } }, { "request": { "version": "3.x.x", "source": null, "packageIdentifier": "com.distriqt.square.okhttp3", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.exifinterface", "version": "1.x.x" }, { "id": "com.distriqt.square.okhttp3", "version": "3.x.x" }, { "id": "com.distriqt.square.picasso", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-CameraRollExtended/releases/download/v6.2.1/com.distriqt.CameraRollExtended_6.2.1.airpackage", "status": "release", "checksum": "e9d0a37f5165c8a9522d6ad8f52b7aec2f1578234870566c0b21da13a4639311", "package": { "name": "CameraRollExtended", "description": "Allow your user access to their photos and videos within your application using the camera roll", "docUrl": "https://docs.airnativeextensions.com/docs/camerarollextended", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.CameraRollExtended", "publishedAt": "2021-09-24T01:40:57.972Z", "identifier": "com.distriqt.CameraRollExtended", "tags": [ "ios", "android", "camera roll", "gallery", "photos", "videos" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.CameraRollExtended" }, "version": "6.2.1", "parameters": [ { "defaultValue": "Access to photo library is required to load and save images.", "name": "photoLibraryUsageDescription", "required": true }, { "defaultValue": "Access to photo library is required to load and save images.", "name": "photoLibraryAddUsageDescription", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-SquareLibs/releases/download/v4.0.2/com.distriqt.square.okhttp3_3.12.1.airpackage", "status": "", "checksum": "d522c603ebe16e748d17520dbd4bc8785a4a7a46fb51deebb7bfecd092cb043e", "package": { "name": "Square okhttp3 ", "description": "An HTTP and HTTP/2 client dependency library for Android and Java applications", "docUrl": "https://github.com/distriqt/ANE-SquareLibs/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T04:11:06.927Z", "identifier": "com.distriqt.square.okhttp3", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-SquareLibs" }, "version": "3.12.1", "parameters": [], "publishedAt": "2021-08-30T00:00:00.000Z" } }, { "request": { "version": "1.0.18", "source": null, "packageIdentifier": "com.google.guava" }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/com.google.guava_1.0.18.airpackage", "status": "", "checksum": "fa35307090d8c4f80f7dd54d6690916ec7002982982c79d012be4efd6f9e671d", "package": { "name": "Google Guava", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:38:26.460Z", "identifier": "com.google.guava", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.0.18", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "16.x.x", "source": null, "packageIdentifier": "com.distriqt.playservices.CloudMessaging", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.cardview", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.google.android.datatransport", "version": "2.x.x" }, { "id": "com.distriqt.playservices.CloudMessaging", "version": "16.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "com.google.firebase.core", "version": "17.x.x" }, { "id": "com.google.dagger", "version": "2.x.x" }, { "id": "com.google.protobuflite", "version": "3.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-PushNotifications/releases/download/v10.4.4/com.distriqt.PushNotifications_10.4.4.airpackage", "status": "release", "checksum": "67ffe044ac6b91acafcbd92151e762d0940400f57cb635c7fe4da401b38b0e85", "package": { "name": "Push Notifications", "description": "Powerful notifications! Multiple services! One API! ", "docUrl": "https://docs.airnativeextensions.com/docs/pushnotifications", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications", "publishedAt": "2021-09-13T05:20:35.072Z", "identifier": "com.distriqt.PushNotifications", "tags": [ "ios", "android", "notifications", "push", "apns", "gcm", "fcm", "firebase", "windows" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications" }, "version": "10.4.4", "parameters": [ { "defaultValue": "", "name": "bundleSeedId", "required": true }, { "defaultValue": "development", "name": "apsEnvironment", "required": true }, { "defaultValue": "true", "name": "getTaskAllow", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-GooglePlayServices/releases/download/v26.7.1/com.distriqt.playservices.CloudMessaging_16.0.0.airpackage", "status": "", "checksum": "cb5e6a7d72ccc8c18e2752007a2b045c05a0f312ad03dd05ea6f103480931bf6", "package": { "name": "Google Play Services Cloud Messaging ", "description": "Google Play Services Cloud Messaging dependencies", "docUrl": "https://github.com/distriqt/ANE-GooglePlayServices/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T03:45:12.443Z", "identifier": "com.distriqt.playservices.CloudMessaging", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-GooglePlayServices" }, "version": "16.0.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "7.0.12", "source": null, "packageIdentifier": "com.distriqt.Share" }, "packageVersion": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Share/releases/download/v7.0.12/com.distriqt.Share_7.0.12.airpackage", "status": "release", "checksum": "3d3921c2949d0ef64c3b10dbaf25c13affd49a2932827e1c00751560d37fbd89", "package": { "name": "Share", "description": "Share files and information with other applications using native share dialogs", "docUrl": "https://docs.airnativeextensions.com/docs/share", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Share", "publishedAt": "2021-10-12T05:53:54.382Z", "identifier": "com.distriqt.Share", "tags": [ "ios", "android", "share", "save", "send" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Share" }, "version": "7.0.12", "parameters": [ { "defaultValue": "Access to photo library is required to save images.", "name": "photoLibraryUsageDescription", "required": true }, { "defaultValue": "Access to photo library is required to save images.", "name": "photoLibraryAddUsageDescription", "required": true } ], "publishedAt": "2021-10-12T00:00:00.000Z" } }, { "request": { "version": "2.0.2", "source": null, "packageIdentifier": "io.reactivex" }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/io.reactivex_2.0.2.airpackage", "status": "", "checksum": "6cc0d76bb335fb8ab1756064f40086fcadcd105a56004f9ee9c9c398ab3b9972", "package": { "name": "ReactiveX", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:39:49.699Z", "identifier": "io.reactivex", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "2.0.2", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "1.x.x", "source": null, "packageIdentifier": "androidx.constraintlayout", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.distriqt.playservices.Ads", "version": "20.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "androidx.room", "version": "2.x.x" }, { "id": "androidx.work", "version": "2.x.x" }, { "id": "com.google.code.gson", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Adverts/releases/download/v13.4.0/com.distriqt.Adverts_13.4.0.airpackage", "status": "release", "checksum": "33198f6db61daf838ceb2e15dd172ca6a547900415d6d85b389e42a90364ab70", "package": { "name": "Adverts", "description": "Monetise your application through advertising", "docUrl": "https://docs.airnativeextensions.com/docs/adverts", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Adverts", "publishedAt": "2021-08-31T01:44:56.656Z", "identifier": "com.distriqt.Adverts", "tags": [ "advertising", "ios", "android", "admob", "adverts", "ads", "google" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Adverts" }, "version": "13.4.0", "parameters": [ { "defaultValue": "", "name": "adMobAndroidApplicationId", "required": true }, { "defaultValue": "", "name": "adMobIOSApplicationId", "required": true } ], "publishedAt": "2021-11-16T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.constraintlayout_1.1.3.airpackage", "status": "", "checksum": "775153bf7359a79c5da3a7f7ea5402fd121714182683806c488b9f249a9504f2", "package": { "name": "AndroidX Constraint Layout", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:40:24.847Z", "identifier": "androidx.constraintlayout", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.1.3", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "13.4.0", "source": null, "packageIdentifier": "com.distriqt.Adverts" }, "packageVersion": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.distriqt.playservices.Ads", "version": "20.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "androidx.room", "version": "2.x.x" }, { "id": "androidx.work", "version": "2.x.x" }, { "id": "com.google.code.gson", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Adverts/releases/download/v13.4.0/com.distriqt.Adverts_13.4.0.airpackage", "status": "release", "checksum": "33198f6db61daf838ceb2e15dd172ca6a547900415d6d85b389e42a90364ab70", "package": { "name": "Adverts", "description": "Monetise your application through advertising", "docUrl": "https://docs.airnativeextensions.com/docs/adverts", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Adverts", "publishedAt": "2021-08-31T01:44:56.656Z", "identifier": "com.distriqt.Adverts", "tags": [ "advertising", "ios", "android", "admob", "adverts", "ads", "google" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Adverts" }, "version": "13.4.0", "parameters": [ { "defaultValue": "", "name": "adMobAndroidApplicationId", "required": true }, { "defaultValue": "", "name": "adMobIOSApplicationId", "required": true } ], "publishedAt": "2021-11-16T00:00:00.000Z" } }, { "request": { "version": "10.4.4", "source": null, "packageIdentifier": "com.distriqt.PushNotifications" }, "packageVersion": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.cardview", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.google.android.datatransport", "version": "2.x.x" }, { "id": "com.distriqt.playservices.CloudMessaging", "version": "16.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "com.google.firebase.core", "version": "17.x.x" }, { "id": "com.google.dagger", "version": "2.x.x" }, { "id": "com.google.protobuflite", "version": "3.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-PushNotifications/releases/download/v10.4.4/com.distriqt.PushNotifications_10.4.4.airpackage", "status": "release", "checksum": "67ffe044ac6b91acafcbd92151e762d0940400f57cb635c7fe4da401b38b0e85", "package": { "name": "Push Notifications", "description": "Powerful notifications! Multiple services! One API! ", "docUrl": "https://docs.airnativeextensions.com/docs/pushnotifications", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications", "publishedAt": "2021-09-13T05:20:35.072Z", "identifier": "com.distriqt.PushNotifications", "tags": [ "ios", "android", "notifications", "push", "apns", "gcm", "fcm", "firebase", "windows" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications" }, "version": "10.4.4", "parameters": [ { "defaultValue": "", "name": "bundleSeedId", "required": true }, { "defaultValue": "development", "name": "apsEnvironment", "required": true }, { "defaultValue": "true", "name": "getTaskAllow", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, { "request": { "version": "5.3.8", "source": null, "packageIdentifier": "com.distriqt.NativeWebView" }, "packageVersion": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "androidx.browser", "version": "1.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-NativeWebView/releases/download/v5.3.8/com.distriqt.NativeWebView_5.3.8.airpackage", "status": "release", "checksum": "5a1c1722cfd22ef887d4485750747822a3b5b5aa0f71343547f5a3efee6502b5", "package": { "name": "Native WebView", "description": "A powerful modern web view replacement for the StageWebView", "docUrl": "https://docs.airnativeextensions.com/docs/nativewebview", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.NativeWebView", "publishedAt": "2021-10-08T08:38:19.920Z", "identifier": "com.distriqt.NativeWebView", "tags": [ "ios", "android", "windows", "macos", "native", "webview", "html5" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.NativeWebView" }, "version": "5.3.8", "parameters": [], "publishedAt": "2021-10-25T00:00:00.000Z" } }, { "request": { "version": "6.1.0", "source": null, "packageIdentifier": "com.distriqt.ApplicationRater" }, "packageVersion": { "dependencies": [ { "id": "com.distriqt.Core", "version": "6.4.3" }, { "id": "com.google.android.play", "version": "1.10.1" } ], "sourceUrl": "https://github.com/distriqt/ANE-ApplicationRater/releases/download/v6.1.0/com.distriqt.ApplicationRater_6.1.0.airpackage", "status": "release", "checksum": "3a7c346c8e8d8363460a6508970be4d1e9c2181f57971543d1904d95b362d854", "package": { "name": "Application Rater", "description": "Gather important application ratings through the app stores ", "docUrl": "https://docs.airnativeextensions.com/docs/applicationrater", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.ApplicationRater", "publishedAt": "2021-09-09T07:13:41.164Z", "identifier": "com.distriqt.ApplicationRater", "tags": [ "play store", "app store", "in-app", "review", "rating", "review controller" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.ApplicationRater" }, "version": "6.1.0", "parameters": [], "publishedAt": "2021-09-09T00:00:00.000Z" } }, { "request": { "version": "2.x.x", "source": null, "packageIdentifier": "com.google.android.datatransport", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.cardview", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.google.android.datatransport", "version": "2.x.x" }, { "id": "com.distriqt.playservices.CloudMessaging", "version": "16.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "com.google.firebase.core", "version": "17.x.x" }, { "id": "com.google.dagger", "version": "2.x.x" }, { "id": "com.google.protobuflite", "version": "3.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-PushNotifications/releases/download/v10.4.4/com.distriqt.PushNotifications_10.4.4.airpackage", "status": "release", "checksum": "67ffe044ac6b91acafcbd92151e762d0940400f57cb635c7fe4da401b38b0e85", "package": { "name": "Push Notifications", "description": "Powerful notifications! Multiple services! One API! ", "docUrl": "https://docs.airnativeextensions.com/docs/pushnotifications", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications", "publishedAt": "2021-09-13T05:20:35.072Z", "identifier": "com.distriqt.PushNotifications", "tags": [ "ios", "android", "notifications", "push", "apns", "gcm", "fcm", "firebase", "windows" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.PushNotifications" }, "version": "10.4.4", "parameters": [ { "defaultValue": "", "name": "bundleSeedId", "required": true }, { "defaultValue": "development", "name": "apsEnvironment", "required": true }, { "defaultValue": "true", "name": "getTaskAllow", "required": true } ], "publishedAt": "2021-12-15T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/com.google.android.datatransport_2.2.1.airpackage", "status": "", "checksum": "a6d39126f967f6e61b5aa66e4d45b720b949da91c05a19d537c2ce28a4665d73", "package": { "name": "Google Data Transport", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:35:52.500Z", "identifier": "com.google.android.datatransport", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "2.2.1", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "1.x.x", "source": null, "packageIdentifier": "androidx.core", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "androidx.browser", "version": "1.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-NativeWebView/releases/download/v5.3.8/com.distriqt.NativeWebView_5.3.8.airpackage", "status": "release", "checksum": "5a1c1722cfd22ef887d4485750747822a3b5b5aa0f71343547f5a3efee6502b5", "package": { "name": "Native WebView", "description": "A powerful modern web view replacement for the StageWebView", "docUrl": "https://docs.airnativeextensions.com/docs/nativewebview", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.NativeWebView", "publishedAt": "2021-10-08T08:38:19.920Z", "identifier": "com.distriqt.NativeWebView", "tags": [ "ios", "android", "windows", "macos", "native", "webview", "html5" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.NativeWebView" }, "version": "5.3.8", "parameters": [], "publishedAt": "2021-10-25T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.core_1.3.2.airpackage", "status": "", "checksum": "23199595726b8b0e66d313af9de0a94e17f73ea8957789cdbde1469682631567", "package": { "name": "AndroidX Core", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:40:36.644Z", "identifier": "androidx.core", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "1.3.2", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "2.x.x", "source": null, "packageIdentifier": "androidx.work", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.distriqt.playservices.Ads", "version": "20.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "androidx.room", "version": "2.x.x" }, { "id": "androidx.work", "version": "2.x.x" }, { "id": "com.google.code.gson", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Adverts/releases/download/v13.4.0/com.distriqt.Adverts_13.4.0.airpackage", "status": "release", "checksum": "33198f6db61daf838ceb2e15dd172ca6a547900415d6d85b389e42a90364ab70", "package": { "name": "Adverts", "description": "Monetise your application through advertising", "docUrl": "https://docs.airnativeextensions.com/docs/adverts", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Adverts", "publishedAt": "2021-08-31T01:44:56.656Z", "identifier": "com.distriqt.Adverts", "tags": [ "advertising", "ios", "android", "admob", "adverts", "ads", "google" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Adverts" }, "version": "13.4.0", "parameters": [ { "defaultValue": "", "name": "adMobAndroidApplicationId", "required": true }, { "defaultValue": "", "name": "adMobIOSApplicationId", "required": true } ], "publishedAt": "2021-11-16T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.work_2.5.0.airpackage", "status": "", "checksum": "e23f44e784d590b706f75dbb4dad5637ee015dc3298b8497abbecd97eca22c06", "package": { "name": "AndroidX Work", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:34:15.789Z", "identifier": "androidx.work", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "2.5.0", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } }, { "request": { "version": "2.x.x", "source": null, "packageIdentifier": "androidx.room", "requiringPackage": { "dependencies": [ { "id": "androidx.core", "version": "1.x.x" }, { "id": "com.distriqt.Core", "version": "6.x.x" }, { "id": "com.distriqt.playservices.Base", "version": "17.x.x" }, { "id": "androidx.browser", "version": "1.x.x" }, { "id": "androidx.appcompat", "version": "1.x.x" }, { "id": "androidx.vectordrawable", "version": "1.x.x" }, { "id": "com.distriqt.playservices.Ads", "version": "20.x.x" }, { "id": "androidx.constraintlayout", "version": "1.x.x" }, { "id": "androidx.room", "version": "2.x.x" }, { "id": "androidx.work", "version": "2.x.x" }, { "id": "com.google.code.gson", "version": "2.x.x" } ], "sourceUrl": "https://github.com/distriqt/ANE-Adverts/releases/download/v13.4.0/com.distriqt.Adverts_13.4.0.airpackage", "status": "release", "checksum": "33198f6db61daf838ceb2e15dd172ca6a547900415d6d85b389e42a90364ab70", "package": { "name": "Adverts", "description": "Monetise your application through advertising", "docUrl": "https://docs.airnativeextensions.com/docs/adverts", "purchaseUrl": "https://airnativeextensions.com/extension/com.distriqt.Adverts", "publishedAt": "2021-08-31T01:44:56.656Z", "identifier": "com.distriqt.Adverts", "tags": [ "advertising", "ios", "android", "admob", "adverts", "ads", "google" ], "type": "ane", "license": { "public": false, "type": "airnativeextensions", "url": "https://airnativeextensions.com/license" }, "url": "https://airnativeextensions.com/extension/com.distriqt.Adverts" }, "version": "13.4.0", "parameters": [ { "defaultValue": "", "name": "adMobAndroidApplicationId", "required": true }, { "defaultValue": "", "name": "adMobIOSApplicationId", "required": true } ], "publishedAt": "2021-11-16T00:00:00.000Z" } }, "packageVersion": { "dependencies": [], "sourceUrl": "https://github.com/distriqt/ANE-AndroidSupport/releases/download/v1.6.2/androidx.room_2.2.6.airpackage", "status": "", "checksum": "e627b7be044502b527d948f7a9f19ea1d10d68fc23a4c19fd3d0b61ddcd7180b", "package": { "name": "AndroidX Room", "description": "Android dependency library", "docUrl": "https://github.com/distriqt/ANE-AndroidSupport/wiki", "purchaseUrl": "", "publishedAt": "2021-08-20T02:41:15.972Z", "identifier": "androidx.room", "type": "ane", "license": { "public": true, "type": "none", "url": "" }, "url": "https://github.com/distriqt/ANE-AndroidSupport" }, "version": "2.2.6", "parameters": [], "publishedAt": "2021-09-13T00:00:00.000Z" } } ], "uninstalledPackageIdentifiers": [] } ```
marchbold commented 2 years ago

Perfect thanks

jimmymjing commented 2 years ago

FYI, I manually search and installed guava, okhttp and io.grpc.

marchbold commented 2 years ago

Just checking but are you just commenting on these lines:

Uninstall package : com.distriqt.CameraRollExtended
✓ Removed package : com.distriqt.CameraRollExtended

If there is actually an update for a package the old version is uninstalled and then later the new version should be installed. Did this occur? Or was there no camera roll extended package after the update?

jimmymjing commented 2 years ago

Oh, I think it gets installed . Did we update cameraRollExtended ANE recently?

I think the missing ones were push notifications related. I saw that got fixed already. Will give it a try soon!

marchbold commented 2 years ago

Yeah there have been a series of updates recently adding in the config parameter descriptions.

So if it was just that you saw the uninstall message and it got installed again later then that is totally expected! :)

Will close this issue. But if you actually had any issues with the process remove a package incorrectly then please let me know!