Skip to content

Commit

Permalink
*bump version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aprius committed Nov 8, 2022
1 parent 9d1975a commit 75e3f88
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 8 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.appupdate

## [1.8.1] - 2022-09-08
- Updated plugin's data collection procedure. For more information and the opt-out
process, please refer to the [data collection](https://github.com/google/play-unity-plugins#data-collection)
section in README.

## [1.8.0] - 2022-07-06
### New Features
- Migrated to [Play In-App Reviews 2.0.0](https://developer.android.com/reference/com/google/android/play/core/release-notes-in_app_reviews#2-0-0).
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
### Install by add directly in `manifest.json` in folder `Packages/manifest.json`


for version `1.8.0`
for version `1.8.1`
```csharp
"com.google.play.appupdate": "https://github.com/google-unity/play-appupdate.git#1.8.0",
"com.google.play.appupdate": "https://github.com/google-unity/play-appupdate.git#1.8.1",
```


dependency `google.play.core 1.8.0`, `google.play.common 1.8.0`, `google.android.appbundle 1.8.0`, `external-dependency-manager 1.2.172`
dependency `google.play.core 1.8.1`, `google.play.common 1.8.1`, `google.android.appbundle 1.8.0`, `external-dependency-manager 1.2.172`
```csharp
"com.google.android.appbundle": "https://github.com/google-unity/android-app-bundle.git#1.8.0",
"com.google.play.core": "https://github.com/google-unity/google-play-core.git#1.8.0",
"com.google.play.common": "https://github.com/google-unity/google-play-common.git#1.8.0",
"com.google.play.core": "https://github.com/google-unity/google-play-core.git#1.8.1",
"com.google.play.common": "https://github.com/google-unity/google-play-common.git#1.8.1",
"com.google.external-dependency-manager": "https://github.com/google-unity/external-dependency-manager.git#1.2.172",
```
8 changes: 8 additions & 0 deletions Runtime/Plugins.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
29 changes: 29 additions & 0 deletions Runtime/Plugins/com.google.play.appupdate.metadata.jar.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "com.google.play.appupdate",
"displayName": "Google Play In-app Updates",
"description": "Enables the user to install an app update without exiting to the Play Store.",
"version": "1.8.0",
"version": "1.8.1",
"unity": "2017.4",
"author": {
"name": "Google LLC"
},
"dependencies": {
"com.google.play.common": "1.8.0",
"com.google.play.core": "1.8.0"
"com.google.play.common": "1.8.1",
"com.google.play.core": "1.8.1"
}
}

0 comments on commit 75e3f88

Please sign in to comment.