# Version 2.7.4

> If you are upgrading from 2.7.3, just update on existing plugin. However, it's safe to follow general below upgrade process.

#### Upgrade Process

* **Delete**  **CoreLibrary** and **EssentialKit** folders from`Assets/Plugins/VoxelBusters`
* **Delete** `Assets/Plugins/Android/com.voxelbusters.essentialkit.androidlib` **folder**
* **Delete** `Assets/External Dependency Manager` **folder \[Optional]**
* **Import** the new update
* Run Assets -> External Dependency Manager -> Android -> Force Resolve from "top menu bar"
* Add the following dependencies in manifest.json (if not added)
  * <mark style="background-color:purple;">"com.unity.nuget.</mark><mark style="background-color:purple;">**newtonsoft**</mark><mark style="background-color:purple;">-json": "2.0.0"</mark>

{% hint style="info" %}

#### [Have a look at 2.7.0 (Major version) changes here](/v2/release-notes/version-2.7.0.md#changes)

{% endhint %}

#### Changes

* \[Android] Fixed common properties of Game Services to default values when only Cloud Services is enabled&#x20;
* \[Android] Fixed READ\_PHONE\_STATE permission inclusion issue when latest gradle version is used
* \[Android] Fixed an issue where unused/obsolete billing products are fetched when querying past purchases.
* External Dependency Manager updated to 1.2.182


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://assetstore.essentialkit.voxelbusters.com/v2/release-notes/version-2.7.4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
