1 apply plugin: 'com.android.application'
11 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
29 implementation fileTree(dir: 'libs', include: ['*.jar'])
30 implementation 'com.android.support.constraint:constraint-layout:1.0.2'
31 implementation 'com.android.support:support-v4:26.1.0'
32 testImplementation 'junit:junit:4.12'
33 androidTestImplementation 'com.android.support.test:runner:1.0.1'
34 androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'