Skip to content

Instantly share code, notes, and snippets.

View ungesehn's full-sized avatar

Anton ungesehn

  • Dresden / Germany
View GitHub Profile
@ungesehn
ungesehn / instantRunCheck.gradle
Created October 15, 2016 10:03
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")
}