Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarten committed Dec 22, 2016
1 parent 09a8c89 commit b1a8ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ modules build.gradle file:
```groovy
dependencies {
compile 'com.segment.analytics.android:analytics:4.0.4'
compile 'com.leanplum.segment:LeanplumIntegration:{{LP_SEG_VERSION}}'
compile 'com.leanplum.segment:LeanplumIntegration:1.1.0'
}
```
Please add at least the following permissions to your applications AndroidManifest.xml:
Expand Down Expand Up @@ -76,7 +76,7 @@ We have included unit tests for the integration.
## Install Specific Version of SDK's
By default this integration pulls in the latest versions of the Leanplum SDK and the Segment SDK. If you rather want to use a specific version, simply exclude them from the integration and specify the required versions in your build.gradle file directly.
```groovy
compile('com.leanplum.segment:LeanplumIntegration:{{LP_SEG_VERSION}}') {
compile('com.leanplum.segment:LeanplumIntegration:1.1.0') {
exclude group: 'com.segment.analytics.android', module: 'analytics'
exclude group: 'com.leanplum', module: 'Leanplum'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
bintrayGroupId=com.leanplum.segment
bintrayArtifactId=LeanplumIntegration
bintrayPackageName=Leanplum-Segment
bintrayPackageVersion={{LP_SEG_VERSION}}
bintrayPackageVersion=1.1.0
bintrayDescription=Leanplum SDK integration for the Segment iOS SDK.
bintrayGithub=Leanplum/Leanplum-Segment-Android
bintrayAuthor=Leanplum Inc.
Expand Down

0 comments on commit b1a8ede

Please sign in to comment.