Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- android {
- compileSdkVersion 22
- buildToolsVersion "22.0.1"
- defaultConfig {
- applicationId "com.naman.materiox"
- minSdkVersion 15
- targetSdkVersion 22
- versionCode 1
- versionName "1.0"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
- }
- repositories {
- maven { url "https://jitpack.io" }
- }
- dependencies {
- compile fileTree(include: ['*.jar'], dir: 'libs')
- compile('com.mikepenz:materialdrawer:3.0.5@aar') {
- transitive = true
- }
- compile 'com.android.support:appcompat-v7:22.+@aar'
- compile 'com.android.support:support-v4:22.+@aar'
- compile 'com.android.support:cardview-v7:22.+@aar'
- compile 'com.android.support:palette-v7:22.+@aar'
- compile 'com.android.support:recyclerview-v7:22.+@aar'
- compile 'com.afollestad:material-dialogs:0.7.4.1'
- compile 'com.melnykov:floatingactionbutton:1.3.0'
- compile 'com.balysv:material-ripple:1.0.1'
- compile 'com.squareup.picasso:picasso:2.5.2'
- compile 'com.squareup.okhttp:okhttp:2.3.0'
- compile 'com.squareup.okhttp:okhttp-urlconnection:2.3.0'
- compile 'com.google.android.apps.muzei:muzei-api:2.0'
- }
Advertisement
Add Comment
Please, Sign In to add comment