Skip to content

Commit

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

## [1.9.2] - 2024-09-18
- Added new dependency on Google Play Android App Bundle.
- Updated Play Common dependency to 1.9.2.
- Updated Play Core dependency to 1.8.5.

## [1.9.1] - 2024-07-05
- Added new versioning metadata.
- Updated Play Common dependency to 1.9.1.
Expand Down
Binary file modified Runtime/Plugins/com.google.play.assetdelivery.metadata.jar
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"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.1",
"version": "1.9.2",
"unity": "2018.4",
"author": {
"name": "Google LLC"
},
"dependencies": {
"com.google.play.common": "1.9.1",
"com.google.play.core": "1.8.4"
"com.google.android.appbundle": "1.9.0",
"com.google.play.common": "1.9.2",
"com.google.play.core": "1.8.5"
}
}

0 comments on commit 60d76c4

Please sign in to comment.