alec
09/19/2020, 3:44 PMgildor
09/20/2020, 3:45 PMColton Idle
09/24/2020, 2:02 AMIf you are using R8 the shrinking and obfuscation rules are included automatically.
ProGuard users must manually add the options from retrofit2.pro. You might also need rules for OkHttp and Okio which are dependencies of this library.https://square.github.io/retrofit/ says:
If you are using R8 or ProGuard add the options from this file.
You might also need rules for OkHttp and Okio which are dependencies of this library.Worth filing a bug on the difference? Also, does anyone know which one is right (im in the middle of enabling R8 for the first time on a huge project)? I'm assuming that using R8 doesn't require the options from the file linked.
jw
09/24/2020, 2:38 AMjw
09/24/2020, 4:54 AMParthiv Mistri
09/26/2020, 6:09 AMokHttp4
which I faced only in release environment when minifyEnabled
and shrinkResources
are enabled.
Fatal Exception: java.lang.IllegalStateException: cannot make a new request because the previous response is still open: please call response.close()
at okhttp3.internal.http.RetryAndFollowUpInterceptor.followUpRequest(RetryAndFollowUpInterceptor.java:223)
at okhttp3.internal.connection.RealCall.enterNetworkInterceptorExchange(RealCall.java:223)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:66)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:100)
at com.pocketaces.locostudio.network.interceptors.OAuthInterceptor$intercept$1.invokeSuspend(OAuthInterceptor.java:111)
I know the reason and I have fixed the cause but still wondering why this crash don’t come in debug environment.jessewilson
09/27/2020, 1:43 AMNikky
09/27/2020, 10:40 AMderiveSchemaFromMigrations = true
the migrations writing works but files with queries says the tables don't exist and highlighting is brokenNikky
09/27/2020, 10:43 AMcapitalthree
09/27/2020, 11:55 AMalec
09/27/2020, 12:06 PMcapitalthree
09/27/2020, 12:08 PMalec
09/27/2020, 12:08 PMalec
09/27/2020, 12:08 PMNikky
09/27/2020, 12:09 PM1.5.0-SNAPSHOT-1601055432366
and i am having the issue
and using 1.5.0-SNAPSHOT for the gradle plugin ofcalec
09/27/2020, 12:10 PMNikky
09/27/2020, 12:10 PMsaket
09/27/2020, 8:27 PMderiveSchemaFromMigrations
, is that mentioned in the docs anywhere?veyndan
09/27/2020, 10:29 PMalec
09/27/2020, 11:26 PMalec
09/27/2020, 11:27 PMalec
09/27/2020, 11:27 PMalec
09/27/2020, 11:27 PMalec
09/27/2020, 11:27 PMalec
09/27/2020, 11:27 PMalec
09/27/2020, 11:28 PMalec
09/27/2020, 11:28 PMsaket
09/27/2020, 11:44 PMsaket
09/27/2020, 11:44 PMsaket
09/27/2020, 11:44 PM