Skip to content

Commit

Permalink
Bump version to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Aug 2, 2016
1 parent 16cb138 commit 8f9c871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ And this to your module build.gradle:

```groovy
dependencies {
compile('com.github.proxer:ProxerLibAndroid:1.9.2@aar') {
compile('com.github.proxer:ProxerLibAndroid:1.9.3@aar') {
transitive = true
}
}
Expand Down Expand Up @@ -218,7 +218,7 @@ CookieHandler.setDefault(cookieManager);
##### More

You can find detailed JavaDoc
[here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/1.9.2/javadoc/).
[here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/1.9.3/javadoc/).

### Architecture

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 32
versionName "1.9.2"
versionCode 33
versionName "1.9.3"
}
}

Expand Down

0 comments on commit 8f9c871

Please sign in to comment.