-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test with release build & update proguard config. #8156
Conversation
@swankjesse I'll fix the tests in follow up Seem regexy, maybe your other change? https://github.com/square/okhttp/actions/runs/7308237700/job/19914706476#step:8:443
|
|
||
import android.app.Application | ||
|
||
class TestApplication: Application() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this added? Seems unneeded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not strictly necessary, but I wanted the full structure. Not sure whether to delete now, might leave and reconsider.
Will fix those tests in follow ups. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix for #8154
Keep the DB package name since it's now a literal.
Also add a test of a release build of an app.