Skip to content

Instantly share code, notes, and snippets.

View krazykira's full-sized avatar
📓

Sheraz Ahmad Khilji krazykira

📓
View GitHub Profile
@krazykira
krazykira / Sample build.gradle
Last active May 26, 2016 16:44
This gist explains how you can remove a particular transitive dependency from your project
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "experiment.rx.directoryapi"
minSdkVersion 11
targetSdkVersion 23