Fix spacing

This commit is contained in:
PavelRatushny 2017-11-02 14:05:44 +02:00
parent f2ee2760d1
commit 526d4f2e9b
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,6 @@ android {
}
dexOptions {
incremental true
javaMaxHeapSize "4g"
}
@ -385,6 +384,7 @@ dependencies {
// compile project(':eclipse-compile:design')
// compile project(':eclipse-compile:cardview')
// compile project(':eclipse-compile:gridlayout')
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:gridlayout-v7:26.1.0'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'com.android.support:appcompat-v7:26.1.0'