You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
Yes, if you're just building squidb from source directly in your project, removing this block should be no problem. Its purpose is just to make sure that the artifacts we build for publishing to jcenter are named correctly. Thanks for the heads up that its not working in the new plugin version! We probably won't adopt the new plugin ourselves until it's hit a more stable release, but we'll have to fix it sooner or later.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When processing squidb-android/build.gradle using the new gradle plugin, we get
Gradle sync failed: Not valid.
on this block:Looks like using outputFile is not supported: https://developer.android.com/studio/preview/features/new-android-plugin-migration.html#variant_api
For our purposes (cross platform compilation), can I safely remove this block? Doing so seems to compile.
The text was updated successfully, but these errors were encountered: