gradle file optimisations

This commit is contained in:
Karim Abou Zeid 2015-07-08 19:20:51 +02:00
commit 8d066c1a99
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,7 @@ buildscript {
classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
}
}
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
apply plugin: 'com.jakewharton.hugo'
@ -17,7 +18,6 @@ repositories {
maven { url 'https://maven.fabric.io/public' }
}
android {
signingConfigs {
debug {