Skip to content

Instantly share code, notes, and snippets.

@obvyah
Created March 27, 2019 06:03
Show Gist options
  • Save obvyah/31b5e8da1f877c486d6c99b7c2fc7159 to your computer and use it in GitHub Desktop.
Save obvyah/31b5e8da1f877c486d6c99b7c2fc7159 to your computer and use it in GitHub Desktop.
Android + Bitbucket Pipeline + Fabric Beta - app-level build.gradle
buildTypes {
//....
debug {
minifyEnabled false
debuggable true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
ext.betaDistributionGroupAliases = "test-android-auto-build"
ext.betaDistributionNotifications = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment