Skip to content

Commit f5ebabe

Browse files
author
Dan Richelson
committed
Update versions to 2.0.0
1 parent 5aba519 commit f5ebabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check out the included example app, or follow things here:
88
1. Declare this dependency:
99

1010
```
11-
compile 'com.launchdarkly:launchdarkly-android-client:1.0.1'
11+
compile 'com.launchdarkly:launchdarkly-android-client:2.0.0'
1212
```
1313
1. In your application configure and initialize the client:
1414

launchdarkly-android-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'com.getkeepsafe.dexcount'
77

88
allprojects {
99
group = 'com.launchdarkly'
10-
version = '2.0.0-SNAPSHOT'
10+
version = '2.0.0'
1111
sourceCompatibility = 1.7
1212
targetCompatibility = 1.7
1313
}

0 commit comments

Comments
 (0)