Skip to content

Instantly share code, notes, and snippets.

@mehmetyilmaz001
Created June 19, 2015 19:35
Show Gist options
  • Save mehmetyilmaz001/50a67785f871d00de2f2 to your computer and use it in GitHub Desktop.
Save mehmetyilmaz001/50a67785f871d00de2f2 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "com.ninjakod.mehmetyilmaz.mywallet"
minSdkVersion 14
targetSdkVersion 22
versionCode 11
versionName "1.1"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
repositories{
mavenCentral()
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.github.ksoichiro:android-observablescrollview:1.5.1'
compile 'com.github.blackcat27:library:1.2.0-SNAPSHOT'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment