Fix spacing
This commit is contained in:
parent
f2ee2760d1
commit
526d4f2e9b
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue