forked from kezong/fat-aar-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:kezong/fat-aar-android into incre…
…mental-build * 'master' of github.com:kezong/fat-aar-android: support merge data-binding files kezong#25 kezong#67 Refactor duplicated code Avoid creation of preBuild tasks Avoid generateResources tasks creation Migrate sync task Migrate more tasks Migrate more tasks migrate more R related tasks Migrate R file task migrate mergeManifest tasks Migrate mergeJar tasks Migrate mergeClasses tasks to config avoidance API Fix some warnings # Conflicts: # source/src/main/groovy/com/kezong/fataar/RProcessor.groovy # source/src/main/groovy/com/kezong/fataar/VariantProcessor.groovy
- Loading branch information
Showing
7 changed files
with
239 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.kezong.fataar | ||
|
||
class Constants { | ||
|
||
public static final String RE_BUNDLE_FOLDER = "aar_rebundle" | ||
|
||
public static final String INTERMEDIATES_TEMP_FOLDER = "fat-r" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.