Skip to content

Commit 9b63bae

Browse files
author
Francesco Cannizzaro
committed
update jitpack version
1 parent 596ea78 commit 9b63bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the JitPack repository to your build file
2323
Add the dependency
2424
```gradle
2525
dependencies {
26-
compile 'com.github.fcannizzaro:jsoup-annotations:1.0.0'
26+
compile 'com.github.fcannizzaro:jsoup-annotations:1.0.1'
2727
}
2828
```
2929

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 10
99
targetSdkVersion 25
1010
versionCode 1
11-
versionName "1.0"
11+
versionName "1.0.1"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)