Skip to content

Commit

Permalink
[9.6.0.0] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauin committed Sep 23, 2016
1 parent 46dcd4d commit 5bbee01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RxJava.
To use Servant in your project, add the library as a dependency in your `build.gradle` file:
```groovy
dependencies {
compile 'com.mtramin:servant:9.4.0.1'
compile 'com.mtramin:servant:9.6.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ext.versions = [
// Version
code : 1,
name : '9.4.0.1',
name : '9.6.0.0',

// Android Versions
compileSdk : 24,
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
}

dependencies {
// compile project(':servant')
compile "com.mtramin:servant:$versions.name"
compile project(':servant')
// compile "com.mtramin:servant:$versions.name"

compile 'com.android.support:appcompat-v7:24.2.1'
compile "com.google.android.gms:play-services-location:$versions.playServices"
Expand Down

0 comments on commit 5bbee01

Please sign in to comment.