Created
March 29, 2019 12:18
-
-
Save alz-ahm/edbbf0a9096f882bf0c72b34bafc6348 to your computer and use it in GitHub Desktop.
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
include ':app' | |
def progressButton = '../../Android-Lib/ProgressButton' | |
if (file(progressButton).exists()) { | |
includeBuild(progressButton) { | |
dependencySubstitution { | |
substitute module('com.alirezaahmadi:progress-button') with project(':app') | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment