diff --git a/README.md b/README.md index 6f34c60e..17af84cc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To learn more about the new SDK, here are some useful links: # Official Amplitude Android SDK -##### _February 16, 2023_ - [v2.39.1](https://github.com/amplitude/Amplitude-Android/releases/tag/v2.39.1) +##### _February 17, 2023_ - [v2.39.2](https://github.com/amplitude/Amplitude-Android/releases/tag/v2.39.2) ## Amplitude and Ampli SDK [Ampli SDK](https://www.docs.developers.amplitude.com/data/ampli) is autogenerated library based on your pre-defined [tracking plan](https://help.amplitude.com/hc/en-us/articles/5078731378203-Create-a-tracking-plan). The Ampli SDK, is a lightweight wrapper over the Amplitude SDK that provides type-safety, supports linting, and enables features like input validation. The code replicates the spec in the Tracking Plan and enforces its rules and requirements. This repository is about **Amplitude SDK**. To learn more about Ampli SDK, please refer to the [Ampli Android](https://www.docs.developers.amplitude.com/data/sdks/android-ampli/) and [examples](https://github.com/amplitude/ampli-examples). diff --git a/gradle.properties b/gradle.properties index 7a3cea0d..f71dbf33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -ARTIFACT_VERSION=2.39.2-SNAPSHOT +ARTIFACT_VERSION=2.39.2 ARTIFACT_GROUP=com.amplitude POM_PACKAGING=aar