Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apptentive/apptentive-android
Browse files Browse the repository at this point in the history
  • Loading branch information
skykelsey committed Jul 13, 2016
2 parents b1bf425 + 116f63a commit 25a47e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating_to_3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 25a47e9

Please sign in to comment.