Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
removed okio and updated gradle zip
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasjungmann committed Oct 11, 2023
1 parent fc0241e commit 095a9e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.8'
implementation "com.tickaroo.tikxml:retrofit-converter:$tikXmlVersion"
implementation 'com.github.franmontiel:PersistentCookieJar:1.0.1'
implementation 'com.squareup.okio:okio:2.10.0'

// UI
implementation 'com.github.mtotschnig:StickyListHeaders:2.8.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip

0 comments on commit 095a9e7

Please sign in to comment.