Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- android {
- compileSdkVersion 23
- buildToolsVersion '23'
- defaultConfig {
- applicationId "com.attilapalfi.exceptional"
- minSdkVersion 14
- targetSdkVersion 23
- versionCode 1
- versionName "1.0"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
- productFlavors {
- }
- }
- repositories {
- mavenCentral()
- maven { url 'https://dl.bintray.com/drummer-aidan/maven' }
- }
- dependencies {
- compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'net.sourceforge.streamsupport:streamsupport:1.3.1'
- compile 'com.annimon:stream:1.0.3'
- compile 'com.android.support:appcompat-v7:23.0.0'
- compile 'com.facebook.android:facebook-android-sdk:4.2.0'
- compile 'com.android.support:support-v4:23.0.0'
- compile 'com.google.android.gms:play-services:7.8.0'
- compile 'com.afollestad:material-dialogs:0.7.5.5'
- compile 'com.squareup.retrofit:retrofit:1.9.0'
- compile 'com.android.support:cardview-v7:23.0.0'
- compile 'com.android.support:recyclerview-v7:23.0.0'
- compile files('libs/gson-2.3.1.jar')
- compile files('libs/universal-image-loader-1.9.4-with-sources.jar')
- }
- buildscript {
- repositories {
- mavenCentral()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:1.3.0'
- classpath 'me.tatarka:gradle-retrolambda:3.2.2'
- }
- }
- apply plugin: 'com.android.application' //or apply plugin: 'java'
- apply plugin: 'me.tatarka.retrolambda'
Advertisement
Add Comment
Please, Sign In to add comment