Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- repositories {
- mavenCentral()
- jcenter()
- }
- android {
- compileSdkVersion 20
- buildToolsVersion "20.0.0"
- defaultConfig {
- applicationId "com.example"
- minSdkVersion 15
- 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.google.android.gms:play-services:+'
- compile 'org.springframework.android:spring-android:1.0.1.RELEASE'
- }
Advertisement
Add Comment
Please, Sign In to add comment