Skip to content

Instantly share code, notes, and snippets.

@alz-ahm
Created March 29, 2019 12:18
Show Gist options
  • Save alz-ahm/edbbf0a9096f882bf0c72b34bafc6348 to your computer and use it in GitHub Desktop.
Save alz-ahm/edbbf0a9096f882bf0c72b34bafc6348 to your computer and use it in GitHub Desktop.
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