vanniktech / gradle-android-apk-size-plugin

Gradle plugin that generates CSV files with apk size per output and variant of an apk
http://vanniktech.com
Apache License 2.0
84 stars 14 forks source link

Obsolete API warning #95

Closed mkopec87 closed 4 years ago

mkopec87 commented 5 years ago

When building project with the plugin applied, I get the following warning:

WARNING: API 'variantOutput.getPackageApplication()' is obsolete and has been replaced with 'variant.getPackageApplicationProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
vanniktech commented 5 years ago

Yeah. I'm not using this plugin anymore

mkopec87 commented 5 years ago

Do you accept pull requests or is this project abandoned now?

vanniktech commented 5 years ago

Sure!

vanniktech commented 4 years ago

I'm closing this issue due to inactivity. If you have any further input on the issue, don't hesitate to reopen this issue or post a new one.