Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Oct 23, 2023
1 parent d7ad157 commit 1ed89c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ You can use jitpack.io to include dav4jvm:
}
}
dependencies {
implementation 'com.github.bitfireAT:dav4jvm:<version or commit>' // see tags for latest version, like 1.0, or use the latest commit ID from main branch
//implementation 'com.github.bitfireAT:dav4jvm:main-SNAPSHOT' // use it only for testing because it doesn't generate reproducible builds
implementation 'com.github.bitfireAT:dav4jvm:<tag or commit>' // usually the latest commit ID from main branch
//implementation 'com.github.bitfireAT:dav4jvm:main-SNAPSHOT' // use it only for testing because it doesn't generate reproducible builds
}

dav4jvm needs a working XmlPullParser (XPP). On Android, the system already comes with
Expand Down

0 comments on commit 1ed89c1

Please sign in to comment.