Introducidos los cambios propuestos por Fernando para evitar dependencias con Android 6.0

parent aa7b533d
Showing with 9 additions and 11 deletions
...@@ -48,14 +48,11 @@ android { ...@@ -48,14 +48,11 @@ android {
} }
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
//compile fileTree(dir: 'E:\\Users\\Fernando\\Google Drive\\experimentos\\Pictogrammar\\android\\app\\libs', include: ['*.jar']) //compile fileTree(dir: 'E:\\Users\\Fernando\\Google Drive\\experimentos\\Pictogrammar\\android\\app\\libs', include: ['*.jar'])
compile 'com.google.android.gms:play-services:8.4.0' compile 'com.google.android.gms:play-services:6.5.87'
compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.github.nkzawa:socket.io-client:0.5.0' compile 'com.github.nkzawa:socket.io-client:0.5.0'
compile 'com.koushikdutta.async:androidasync:2.+' compile 'com.koushikdutta.async:androidasync:2.+'
compile 'com.android.support:support-v4:23.1.1' compile 'com.android.support:support-v4:21.0.+'
compile 'com.google.android.gms:play-services-ads:8.4.0' }
compile 'com.google.android.gms:play-services-identity:8.4.0' \ No newline at end of file
compile 'com.google.android.gms:play-services-gcm:8.4.0'
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment