Andreas Böhm

Results 22 comments of Andreas Böhm

Please merge this PR, we do need this fix for our project as well. Thanks!

Below a Groovy version that works with multiple buildTypes and productFlavors ```gradle project.afterEvaluate { android.applicationVariants.all { variant -> logger.trace("variant.name: ${variant.name}") def googleServicesTask = tasks.findByName("process${variant.name.capitalize()}GoogleServices") variant.mergeResources.mustRunAfter(googleServicesTask) } } ```

Hi @sockeqwe, do you have an ETA for the next release? btw are you planning a kotlin migration for this project? Thanks, Andi

Hi @sockeqwe, could you provide more details on this so i can take a look and implement it? Thanks!

Hey @BlueTurtle3, I experienced the same issue and found a fix for it. Not sure if we can expect @kezong to merge my changes and provide a new build, but...

I am closing my issue now as we are planning to move to a different platform and stick to OneSignal 4.X for now.

Hi @aasitnikov, i tried to update my fork with your changes but unfortunately i do get the same error that others reported as soon as i use AGP 8.0.0 or...

Thanks a lot @aasitnikov ! I used AGP 8.1.1 and gradle 8.3 and it's working fine now.

HI @tareq-threls, i added a guide to the MR description that describes how you can use those changes in your project.

> Hi @AndreasBoehm could you please check this issue once #406 You need to use the fixed version of the library to fix this issue. Please take a look at...