Skip to content

Commit

Permalink
update jsoup to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed Oct 20, 2023
1 parent b8a65ae commit b4da329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ dependencies {
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation('org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3')
// http client/parser
implementation 'org.jsoup:jsoup:1.16.1'
implementation 'org.jsoup:jsoup:1.16.2'
// json serializer
//noinspection GradleDependency 2.10.x thorow java.lang.VerifyError on api17
//noinspection GradleDependency 2.10.1 thorow java.lang.VerifyError on api17
implementation 'com.google.code.gson:gson:2.9.1' // 2.10.1
// root shell (3.2.1)
//noinspection GradleDependency 3.2.1 last api17 compatible
Expand Down

0 comments on commit b4da329

Please sign in to comment.