Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ander7agar committed Feb 1, 2017
1 parent 7e85cf2 commit 08bf843
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 @@ -85,7 +85,7 @@ repositories {
}

dependencies {
compile 'com.github.ander7agar:android-http-client:0.2.1'
compile 'com.github.ander7agar:android-http-client:0.3.0'
}
```

Expand All @@ -101,7 +101,7 @@ dependencies {
<dependency>
<groupId>com.github.ander7agar</groupId>
<artifactId>android-http-client</artifactId>
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion httpclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 11
targetSdkVersion 25
versionCode 1
versionName "0.2.1"
versionName "0.3.0"


}
Expand Down

0 comments on commit 08bf843

Please sign in to comment.