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