Skip to content

Commit

Permalink
Fix issue adwiv#46 (transformNative_libsWithSyncJniLibsForRelease -> …
Browse files Browse the repository at this point in the history
…transformNativeLibsWithSyncJniLibsForRelease)
  • Loading branch information
Rômulo Oliveira committed Mar 14, 2017
1 parent 9bf1f92 commit 92429a0
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 202 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Gradle script that allows you to merge and embed dependencies in generted aar fi
**Fix**

1. The Android build tools have changed a task name: transformNative_libsWithSyncJniLibsForRelease -> transformNativeLibsWithSyncJniLibsForRelease
2. The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0: I used the http://mrhaki.blogspot.com.br/2016/11/gradle-goodness-replacing-operator-for.html 's approach
3. The Task.generateRJava method is checking if AndroidManifest.xml exists

**Why do I need is a fat AAR?**

Expand Down
Loading

0 comments on commit 92429a0

Please sign in to comment.