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

Bump squareRetrofit from 2.9.0 to 2.10.0 #183

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@
<fields>;
}

-repackageclasses com.sanmer.mrepo

# TODO: Waiting for new retrofit release to remove these rules
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,allowobfuscation,allowshrinking class retrofit2.Response
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
-repackageclasses com.sanmer.mrepo
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ libsu = "5.2.2"
protobuf = "4.26.0"
protobufPlugin = "0.9.4"
shizuku = "13.1.5"
squareRetrofit = "2.9.0"
squareRetrofit = "2.10.0"
squareOkhttp = "4.12.0"
squareMoshi = "1.15.1"

Expand Down