Lines Matching refs:android
1 apply plugin: 'com.android.application'
2 apply plugin: 'kotlin-android'
3 apply plugin: 'kotlin-android-extensions'
5 android {
9 applicationId "com.example.android.system.runtimepermissions"
14 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
19 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
26 androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
27 exclude group: 'com.android.support', module: 'support-annotations'
29 compile "com.android.support:support-v13:26.0.0"
30 compile "com.android.support:appcompat-v7:26.0.0"
31 compile 'com.android.support:design:26.0.0'