Skip to content

Instantly share code, notes, and snippets.

@abbood
Created October 19, 2017 15:01
Show Gist options
  • Save abbood/871612159300a0a083aa5518cf4713e3 to your computer and use it in GitHub Desktop.
Save abbood/871612159300a0a083aa5518cf4713e3 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
defaultConfig {
applicationId "com.toters.shopper"
minSdkVersion 15
targetSdkVersion 20
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
compile 'com.android.support:support-compat-v4:26.1.0'
compile 'com.google.android.gms:play-services:+'
compile 'com.google.code.gson:gson:2.1'
compile files('libs/Parse-1.7.0.jar')
compile files('libs/YouTubeAndroidPlayerApi.jar')
compile files('libs/greenDAO.jar')
compile files('libs/nano-0.6.4-SNAPSHOT.jar')
compile files('libs/pubnub-android-3.7.5.jar')
compile files('libs/volley.jar')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment