Skip to content

Instantly share code, notes, and snippets.

@ungesehn
Created October 15, 2016 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ungesehn/ebf06a396fb814a3b7a88179a44bbf31 to your computer and use it in GitHub Desktop.
Save ungesehn/ebf06a396fb814a3b7a88179a44bbf31 to your computer and use it in GitHub Desktop.
Identify InstantRun builds on Gradle
// taken from https://github.com/bugsnag/bugsnag-android-gradle-plugin/blob/master/src/main/groovy/com/bugsnag/android/gradle/BugsnagManifestTask.groovy
def isInstantRun() {
project.properties["android.optional.compilation"]?.contains("INSTANT_DEV")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment