We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0aa057 commit 8d8f1d3Copy full SHA for 8d8f1d3
2 files changed
README.md
@@ -6,7 +6,7 @@ A backport of java.nio.file API (JSR 203) for Android.
6
7
```gradle
8
dependencies {
9
- implementation 'me.zhanghai.android.retrofile:library:1.1.1'
+ implementation 'me.zhanghai.android.retrofile:library:1.2.0'
10
}
11
```
12
gradle.properties
@@ -19,8 +19,8 @@ SONATYPE_HOST=DEFAULT
19
RELEASE_SIGNING_ENABLED=true
20
21
GROUP=me.zhanghai.android.retrofile
22
-VERSION_NAME=1.1.1
23
-VERSION_CODE=3
+VERSION_NAME=1.2.0
+VERSION_CODE=4
24
25
POM_DESCRIPTION=Backport of java.nio.file API (JSR 203) for Android
26
POM_URL=https://github.com/zhanghai/AndroidRetroFile
0 commit comments