Skip to content

Commit

Permalink
Merge pull request #86 from tenjin/TENJIN-10751
Browse files Browse the repository at this point in the history
[TENJIN-10751] Refactor unity version from 2020.1.16f1 to to 2019.4.21f1
  • Loading branch information
makototaguchi1110 authored Jan 12, 2022
2 parents c5e8c1e + ca953a6 commit 35f4a3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified TenjinUnityPackage.unitypackage
Binary file not shown.

0 comments on commit 35f4a3c

Please sign in to comment.