-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cannot be used for qa/release builds #80
Comments
Hi @srinivaasang1 |
i am using debugvariant io.github.rotbolt:flaker-android-okhttp, what's the difference between debug/release variant? |
@srinivaasang1 Let me see if attributes could do something to cause this error |
sqldelight had a incompatible version, but managed with a work around by adding matchingfallback. |
do we need to add release variant, if not would it still install flaker for release builds? |
Yes, flaker is built for debug builds so you have to use debugImplementation and releaseImplementation with release variant. |
What version of sqlDelight you have been using in the project? |
There was no sqldelight in my project, it came from this library. its not a version issue, its the variant. Apparently sql delight only had debug and release and that caused the issue. |
It still should not cause the issue. I have integrated the library on
non-sqldelight projects and it was working fine. Let me check on this
…On Fri, 15 Dec, 2023, 06:37 Srinivasan Ganesan, ***@***.***> wrote:
There was no sqldelight in my project, it came from this library. its not
a version issue, its the variant. Apparently sql delight only had debug and
release and that caused the issue.
—
Reply to this email directly, view it on GitHub
<#80 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5B53CKR63DHZ5IKKMYVVLYJOPE3AVCNFSM6AAAAABAHBKDQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJXGEYDSNZWGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
You are right @srinivaasang1 |
here is gh issue : #82 |
Should not be used for Release builds but QA builds are a valid use case scenario and when we try to use the library for qa builds it fails to build with the following exception.
" implementation(deplibs.flaker)" version 0.1.2
The text was updated successfully, but these errors were encountered: