Skip to content

Instantly share code, notes, and snippets.

@yelinaung
Created September 11, 2014 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yelinaung/a0592b9fb7c2c438a220 to your computer and use it in GitHub Desktop.
Save yelinaung/a0592b9fb7c2c438a220 to your computer and use it in GitHub Desktop.
Poh Android build.gradle
apply plugin: 'com.android.application'
android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
defaultConfig {
applicationId "com.poh.poh"
minSdkVersion 16
targetSdkVersion 20
versionCode 1
versionName "1.0"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.jakewharton:butterknife:5.1.1'
compile 'com.squareup:otto:1.3.5'
compile 'com.squareup.picasso:picasso:2.3.4'
compile 'com.squareup.retrofit:retrofit:1.6.1'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
compile 'com.squareup.okhttp:okhttp:2.0.0'
compile 'com.squareup.okio:okio:1.0.0'
compile 'com.squareup.phrase:phrase:1.0.3'
compile 'com.google.code.gson:gson:2.2.4'
compile 'com.google.android.gms:play-services:5.0.+'
compile 'com.etsy.android.grid:library:1.0.5'
compile 'com.shamanland:fab:0.0.4'
compile 'com.j256.ormlite:ormlite-android:4.47'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment