Fix gradle build

This commit is contained in:
Erwan Croze 2017-02-13 15:45:05 +01:00
parent 9ba52627de
commit 3c7c65f514

View file

@ -6,7 +6,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:2.2.0' classpath 'com.android.tools.build:gradle:2.2.0'
} }
} }
apply plugin: 'android' apply plugin: 'com.android.application'
dependencies { dependencies {
compile fileTree(dir: 'libs', include: '*.jar') compile fileTree(dir: 'libs', include: '*.jar')