Advertisement
Guest User

build.gradle

a guest
Jul 6th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. dependencies {
  2.     compile fileTree(include: ['*.jar'], dir: 'libs')
  3.     compile 'com.android.support:support-v4:21.0.+'
  4.     compile 'com.android.support:appcompat-v7:21.+'
  5.     compile 'de.cketti.library.changelog:ckchangelog:1.2.2'
  6.     compile 'com.google.android.gms:play-services:7.5.0'
  7.     compile 'com.android.support:appcompat-v7:22.+'
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement