From 116f63ab483f0252f0eae3ddc81599c43e0a2a62 Mon Sep 17 00:00:00 2001 From: Sky Kelsey Date: Thu, 30 Jun 2016 16:05:36 -0700 Subject: [PATCH] Update to latest SDK version --- docs/migrating_to_3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating_to_3.0.0.md b/docs/migrating_to_3.0.0.md index 4b9244910..5f13bbaff 100644 --- a/docs/migrating_to_3.0.0.md +++ b/docs/migrating_to_3.0.0.md @@ -24,7 +24,7 @@ Version 3.0 of the Apptentive Android SDK has extensive improvements to ease int Our SDK API has changed so you will need to modify your integration. Rest assured that this is a straight forward process that shouldn't take more than 20 minutes. 1. Modify your `build.gradle` - 1. In your `build.gradle`, add a dependency to Apptentive with `compile 'com.apptentive:apptentive-android:3.0.0'`. + 1. In your `build.gradle`, add a dependency to Apptentive with `compile 'com.apptentive:apptentive-android:3.1.1'`. 2. make sure that this dependency no longer ends in `@aar`, which will prevent gradle from downloading our transitive dependencies. 3. You can remove any transitive dependencies that you added to support Apptentive. These will be imported by gradle for you. 2. Modify your `AndroidManifest.xml`