Skip to content

Instantly share code, notes, and snippets.

@mehmetyilmaz001
Created June 19, 2015 19:38
Show Gist options
  • Save mehmetyilmaz001/1cfa594631ede306feab to your computer and use it in GitHub Desktop.
Save mehmetyilmaz001/1cfa594631ede306feab to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.library'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
minSdkVersion 9
targetSdkVersion 22
versionCode 120
versionName "1.2.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
}
//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment