Xavier, just a note: i tried 2.0.0-alpha1 which still produces the same log.
On Thursday, November 12, 2015 at 6:06:27 PM UTC+1, Xavier Ducrohet wrote: > > I'll look into it. Sorry this didn't get fixed for 1.5.0 > > On Thu, Nov 12, 2015 at 8:20 AM, Csaba Kozák <[email protected] > <javascript:>> wrote: > >> Xavier, >> >> We also suffer from this issue. Our build log now contains more than 600 >> lines of ProGuard warnings. :( >> You can find the output here >> <https://gist.github.com/WonderCsabo/720a025cb3fe14cddd2c>. We are using >> Android Gradle Plugin 1.5.0. >> >> On Thursday, October 1, 2015 at 6:41:28 AM UTC+2, Xavier Ducrohet wrote: >>> >>> Can you show us some of these warnings? >>> >>> On Wed, Sep 30, 2015 at 4:21 AM, Ariel Cattan <[email protected]> wrote: >>> >>>> I understand, thanks. >>>> I just tried to run a release build (without multidex), but Proguard >>>> generates lots of warnings which do not exist when I build the same >>>> project >>>> with plugin 1.3.1. It happens also with 1.4.0-beta3. >>>> Is this normal and will be fixed? >>>> >>>> Thanks, >>>> Ariel >>>> >>>> On Monday, September 21, 2015 at 9:33:10 AM UTC+3, Xavier Ducrohet >>>> wrote: >>>>> >>>>> So actually yes it runs proguard which is normal. >>>>> >>>>> This is not the proguard that you configure in the build type in order >>>>> to shrink/obfuscate. This is the proguard action that we run to compute >>>>> the >>>>> list of classes to go in the main dex file for legacy multi-dex. It runs >>>>> with different set of properties. >>>>> >>>>> If you have enabled proguard you would actually have seen 2 runs of >>>>> proguard. >>>>> >>>>> This run is tied to the multidex flag and having minSdkVersion < 21. >>>>> >>>>> On Sat, Sep 19, 2015 at 12:53 PM, Tomáš Procházka < >>>>> [email protected]> wrote: >>>>> >>>>>> I found the same problem. Is also very interesting that it run >>>>>> Proguard for debug build. >>>>>> >>>>>> Dne pátek 18. září 2015 3:31:51 UTC+2 Xavier Ducrohet napsal(a): >>>>>>> >>>>>>> thanks for the report, we'll get this fixed. >>>>>>> >>>>>>> On Thu, Sep 17, 2015 at 9:32 AM, Ariel Cattan <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> Hey guys, >>>>>>>> >>>>>>>> I found another issue with the Android Gradle Plugin version >>>>>>>> 1.4.0-beta2 which uses the Transform API. >>>>>>>> Apparently when building a project with multidex enabled, Proguard >>>>>>>> is automatically triggered (without requesting it, in the debug >>>>>>>> build-type), and generates lots of warnings on a project that normally >>>>>>>> builds fine with proguard. >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "adt-dev" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Xavier Ducrohet >>>>> Android SDK Tech Lead >>>>> Google Inc. >>>>> http://developer.android.com | http://tools.android.com >>>>> >>>>> Please do not send me questions directly. Thanks! >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "adt-dev" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Xavier Ducrohet >>> Android SDK Tech Lead >>> Google Inc. >>> http://developer.android.com | http://tools.android.com >>> >>> Please do not send me questions directly. Thanks! >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "adt-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc. > http://developer.android.com | http://tools.android.com > > Please do not send me questions directly. Thanks! > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
