Skip to content

Commit

Permalink
Prepare v1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliu-amp committed May 14, 2020
1 parent 038a601 commit 46ada39
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Assets/Editor/AmplitudeDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<repository>https://repo.maven.apache.org/maven2</repository>
</repositories>

<androidPackage spec="com.amplitude:android-sdk:2.25.1">
<androidPackage spec="com.amplitude:android-sdk:2.25.2">
<repositories>
<repository>https://maven.google.com</repository>
</repositories>
Expand Down
Binary file not shown.
Binary file not shown.

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

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Versioned Releases

## 1.3.1 (May 13, 2020)
* Fix APIs (`uploadEvents`, `useAdvertisingIdForDeviceId`, `setDeviceId`) missing for Android.

## 1.3.0 (May 7, 2020)
* Add a couple APIs.
1. `uploadEvents` - Use this to flush events.
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/AndroidResolverDependencies.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<dependencies>
<packages>
<package>com.amplitude:android-sdk:2.25.1</package>
<package>com.amplitude:android-sdk:2.25.2</package>
<package>com.squareup.okhttp3:okhttp:4.2.2</package>
</packages>
<files>
<file>Assets/Plugins/Android/com.amplitude.android-sdk-2.25.1.aar</file>
<file>Assets/Plugins/Android/com.amplitude.android-sdk-2.25.2.aar</file>
<file>Assets/Plugins/Android/com.squareup.okhttp3.okhttp-4.2.2.jar</file>
<file>Assets/Plugins/Android/com.squareup.okio.okio-2.2.2.jar</file>
<file>Assets/Plugins/Android/org.jetbrains.annotations-13.0.jar</file>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Some users use `unity-jar-resolver` themselves. When they force resolve dependen

Please add our native dependencies under `androidPackage` tag.
```
<androidPackage spec="com.amplitude:android-sdk:2.25.1">
<androidPackage spec="com.amplitude:android-sdk:2.25.2">
<repositories>
<repository>https://maven.google.com</repository>
</repositories>
Expand Down
Binary file modified amplitude-unity.unitypackage
Binary file not shown.

0 comments on commit 46ada39

Please sign in to comment.