Open Aranda opened 7 years ago
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.
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.