Skip to content

Instantly share code, notes, and snippets.

View arjinmc's full-sized avatar
😀
Open source is a kind of attitude.

Eminem Lo arjinmc

😀
Open source is a kind of attitude.
View GitHub Profile
@arjinmc
arjinmc / app_build.gradle
Created April 12, 2016 09:14 — forked from almozavr/app_build.gradle
Workaround to bypass library's BuildConfig.DEBUG (always true, always release build type) via custom variable
// Application
apply plugin: 'android'
repositories {
mavenCentral()
}
android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion