From 86ca6653ff2c13add397ee434ae530188fcf6f57 Mon Sep 17 00:00:00 2001 From: haoliu Date: Wed, 15 Dec 2021 17:57:33 +0000 Subject: [PATCH] New release: 2.35.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e00561b..7608d7ac 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # Official Amplitude Android SDK -##### _October 27, 2021_ - [v2.34.1](https://github.com/amplitude/Amplitude-Android/releases/tag/v2.34.1) +##### _December 15, 2021_ - [v2.35.0](https://github.com/amplitude/Amplitude-Android/releases/tag/v2.35.0) ## Installation and Quick Start Please visit our :100:[Developer Center](https://developers.amplitude.com/docs/android) for instructions on installing and using our the SDK. diff --git a/gradle.properties b/gradle.properties index 65bceb08..43519f4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -ARTIFACT_VERSION=2.34.2-SNAPSHOT +ARTIFACT_VERSION=2.35.0 ARTIFACT_GROUP=com.amplitude POM_PACKAGING=aar