Jon Bryant

Results 3 comments of Jon Bryant

The Android build tools have changed a task name: `transformNative_libsWithSyncJniLibsForRelease` -> `transformNativeLibsWithSyncJniLibsForRelease` The fix is to replace transformNative_libsWithSyncJniLibsForRelease with transformNativeLibsWithSyncJniLibsForRelease (fat-aar.gradle, line #119)

Hello @oscarcpozas , I've added a pull request for this issue. I can't find a method in gradle that allows us to find automatically the dependency path. What I ended...

Cheers for the update, it works well.