Skip to content

Commit a9b2abd

Browse files
committed
Bump version
1 parent 045ac74 commit a9b2abd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ And this to your module build.gradle:
3636

3737
```groovy
3838
dependencies {
39-
compile('com.github.proxer:ProxerLibAndroid:1.9.4@aar') {
39+
compile('com.github.proxer:ProxerLibAndroid:1.9.4.1@aar') {
4040
transitive = true
4141
}
4242
}
@@ -255,7 +255,7 @@ CookieHandler.setDefault(cookieManager);
255255
##### More
256256

257257
You can find detailed JavaDoc
258-
[here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/1.9.4/javadoc/).
258+
[here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/1.9.4.1/javadoc/).
259259

260260
### Architecture
261261

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 14
1212
targetSdkVersion 24
13-
versionCode 34
14-
versionName "1.9.4"
13+
versionCode 35
14+
versionName "1.9.4.1"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)