We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596ea78 commit 9b63baeCopy full SHA for 9b63bae
README.md
@@ -23,7 +23,7 @@ Add the JitPack repository to your build file
23
Add the dependency
24
```gradle
25
dependencies {
26
- compile 'com.github.fcannizzaro:jsoup-annotations:1.0.0'
+ compile 'com.github.fcannizzaro:jsoup-annotations:1.0.1'
27
}
28
```
29
app/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 10
9
targetSdkVersion 25
10
versionCode 1
11
- versionName "1.0"
+ versionName "1.0.1"
12
13
buildTypes {
14
release {
0 commit comments