|
|
@@ -69,7 +69,7 @@ android {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- compile fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
+ implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
implementation 'com.android.support:appcompat-v7:27.1.1'
|
|
|
//implementation 'com.android.support.constraint:constraint-Griditem_layout:1.1.2'
|
|
|
implementation 'com.android.support:support-v4:27.1.1'
|