Skip to content

Commit

Permalink
com.google.play.assetdelivery@1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2024
1 parent 7edce04 commit 5d2995a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for com.google.play.assetdelivery

## [1.9.1] - 2024-07-05
- Added new versioning metadata.
- Updated Play Common dependency to 1.9.1.
- Updated Play Core dependency to 1.8.4.
- Bumped minimum supported Unity version to 2018.4

## [1.9.0] - 2024-02-26
- Add support for the [showConfirmationDialog() API](https://developer.android.com/reference/com/google/android/play/core/assetpacks/AssetPackManager.html#showConfirmationDialog(androidx.activity.result.ActivityResultLauncher%3Candroidx.activity.result.IntentSenderRequest%3E)), which was added in [v2.2.0 of the Java SDK](https://developer.android.com/reference/com/google/android/play/core/release-notes-asset_delivery#2-2-0).

Expand Down
Binary file modified Runtime/Plugins/com.google.play.assetdelivery.metadata.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "com.google.play.assetdelivery",
"displayName": "Google Play Asset Delivery",
"description": "Play Asset Delivery enables AssetBundles and other assets to be packaged into an Android App Bundle and delivered through Google Play.",
"version": "1.9.0",
"unity": "2017.4",
"version": "1.9.1",
"unity": "2018.4",
"author": {
"name": "Google LLC"
},
"dependencies": {
"com.google.play.common": "1.8.2",
"com.google.play.core": "1.8.2"
"com.google.play.common": "1.9.1",
"com.google.play.core": "1.8.4"
}
}

0 comments on commit 5d2995a

Please sign in to comment.