diff --git a/README.md b/README.md index 3324793..6c36a89 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The Unity SDK for Tenjin. To learn more about Tenjin and our product offering, p /Assets/Plugins/Android/play-services-basement---*.aar ``` - 2. If you are using Tenjin Unity SDK alongside another SDK in Unity version 2020.1.16f1 and higher, and are using Gradle to build the Android App, you might face build errors such as `DuplicateMethodException` etc., or find that referrer install is not working. If that is the case, please do the following: + 2. If you are using Tenjin Unity SDK alongside another SDK in Unity version 2019.4.21f1 and higher, and are using Gradle to build the Android App, you might face build errors such as `DuplicateMethodException` etc., or find that referrer install is not working. If that is the case, please do the following: * Remove all the `*.aar` files from the `Assets/Plugins/Android` folder except `tenjin.aar`. * Add the following to your `mainTemplate.gradle` file: ```groovy @@ -81,7 +81,7 @@ The Unity SDK for Tenjin. To learn more about Tenjin and our product offering, p AndroidJavaException: java.lang.ClassNotFoundException: com.tenjin.android.TenjinSDK ``` - 4. If you update SDK to v1.12.8 or higher, we are going to make version 2020.1.16f1 the minimum Unity 3D version to support the latest Android Gradle version 7.0.3. If you prefer to use the older version, please contact us so we can help you with a customized solution. Also, upgrade the External Dependency Manager for Unity to 1.12.167. [Here](https://help.tenjin.io/t/common-issue-for-android-sdk-v1-12-7-unity-sdk-v1-12-8/10959) is the common issue when you update the Unity plugin to v1.12.8 or higher. + 4. If you update SDK to v1.12.9 or higher, we are going to make version 2019.4.21f1 the minimum Unity 3D version. If you prefer to use the older version, please contact us so we can help you with a customized solution. Also, upgrade the External Dependency Manager for Unity to 1.12.167. [Here](https://help.tenjin.io/t/common-issue-for-android-sdk-v1-12-7-unity-sdk-v1-12-8/10959) is the common issue when you update the Unity plugin to v1.12.8 or higher. > Note: Starting tenjin-unity-sdkv1.12.8 and higher you need to remove `jcenter()` from `baseProjectTemplate.gradle`. As Android Gradle version 7.0.3 throws an [warning](https://blog.gradle.org/jcenter-shutdown#:~:text=Gradle%207.0%20will%20also%20deprecate,will%20emit%20a%20deprecation%20warning.&text=Based%20on%20the%20current%20timeline,February%201%2C%202022%20without%20changes.) for `jcenter()` deprecation. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ecafbf0..b77aabe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -152,3 +152,11 @@ v1.12.8 - Android v1.12.7 - iOS v1.12.7 + +v1.12.9 +---- +* Downgrade minimum supported Unity Editor version from 2020.1.16f1 to 2019.4.21f1 +* Fix Android UTF-8 Java bug + +- Android v1.12.8 +- iOS v1.12.7 diff --git a/TenjinUnityPackage.unitypackage b/TenjinUnityPackage.unitypackage index f5eb51c..0496732 100644 Binary files a/TenjinUnityPackage.unitypackage and b/TenjinUnityPackage.unitypackage differ