Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- android {
- compileSdkVersion 20
- buildToolsVersion '20.0.0'
- defaultConfig {
- applicationId "com.elpoeta.alejoyvalentinasonidos"
- minSdkVersion 9
- targetSdkVersion 20
- versionCode 3 //CAMBIAR EL NÚMERO 3 POR EL 4
- versionName "1.0"
- }
- buildTypes {
- debug {
- debuggable false
- }
- release {
- runProguard false
- debuggable false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
- }
- dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.google.android.gms:play-services:+'
- }
Advertisement
Add Comment
Please, Sign In to add comment