diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b092bba..6b8d9cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 2.23.2 (August 05, 2019) + * Catch exceptions when fetching most recent location. ## 2.23.1 (July 19, 2019) diff --git a/README.md b/README.md index d5916140..afd56ed1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An Android SDK for tracking events and revenue to [Amplitude](https://www.amplit Please see our [installation guide](https://amplitude.zendesk.com/hc/en-us/articles/115002935588-Android-SDK-Installation) for instructions on installing and using our Android SDK. # Latest Version # -[2.23.1 - Released on April 22, 2019](https://github.com/amplitude/Amplitude-Android/releases/latest) +[2.23.2 - Released on April 22, 2019](https://github.com/amplitude/Amplitude-Android/releases/latest) [![Circle CI](https://circleci.com/gh/amplitude/Amplitude-Android.svg?style=badge&circle-token=e01cc9eb8ea55f82890973569bf55412848b9e49)](https://circleci.com/gh/amplitude/Amplitude-Android) # Android SDK Reference # diff --git a/amplitude-android-2.23.1-with-dependencies.jar b/amplitude-android-2.23.2-with-dependencies.jar similarity index 95% rename from amplitude-android-2.23.1-with-dependencies.jar rename to amplitude-android-2.23.2-with-dependencies.jar index 8fd91062..dbdc37f2 100644 Binary files a/amplitude-android-2.23.1-with-dependencies.jar and b/amplitude-android-2.23.2-with-dependencies.jar differ diff --git a/amplitude-android-2.23.1.jar b/amplitude-android-2.23.2.jar similarity index 88% rename from amplitude-android-2.23.1.jar rename to amplitude-android-2.23.2.jar index 15894fe0..2b274e37 100644 Binary files a/amplitude-android-2.23.1.jar and b/amplitude-android-2.23.2.jar differ diff --git a/amplitude-unity-2.23.1.jar b/amplitude-unity-2.23.2.jar similarity index 95% rename from amplitude-unity-2.23.1.jar rename to amplitude-unity-2.23.2.jar index 288da50d..476c10f4 100644 Binary files a/amplitude-unity-2.23.1.jar and b/amplitude-unity-2.23.2.jar differ diff --git a/build.xml b/build.xml index f31ab75b..2c170070 100644 --- a/build.xml +++ b/build.xml @@ -20,7 +20,7 @@ - + diff --git a/pom.xml b/pom.xml index 016c35cc..8a2e1b90 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.amplitude android-sdk - 2.23.1 + 2.23.2 jar Amplitude Android SDK diff --git a/src/com/amplitude/api/Constants.java b/src/com/amplitude/api/Constants.java index ec9c2ba9..17867c52 100644 --- a/src/com/amplitude/api/Constants.java +++ b/src/com/amplitude/api/Constants.java @@ -4,7 +4,7 @@ public class Constants { public static final String LIBRARY = "amplitude-android"; public static final String PLATFORM = "Android"; - public static final String VERSION = "2.23.1"; + public static final String VERSION = "2.23.2"; public static final String EVENT_LOG_URL = "https://api.amplitude.com/";