Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b340c466 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

feat: Fix retrofit crash

- java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
parent 36866fd9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ google-protobuf-javalite = "com.google.protobuf:protobuf-javalite:3.21.1"
hoko-blur = "io.github.hokofly:hoko-blur:1.4.0"
reactivex-rxkotlin3 = "io.reactivex.rxjava3:rxkotlin:3.0.1"

square-retrofit = "com.squareup.retrofit2:retrofit:2.9.0"
square-retrofit = "com.squareup.retrofit2:retrofit:2.11.0"
square-okhttp = "com.squareup.okhttp3:okhttp:4.11.0"
square-gson = "com.squareup.retrofit2:converter-gson:2.9.0"
square-logging = "com.squareup.okhttp3:logging-interceptor:4.11.0"