1 apply plugin: 'com.android.application'
6 applicationId "net.ktnx.mobileledger"
11 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
19 sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } }
23 implementation fileTree(dir: 'libs', include: ['*.jar'])
24 implementation 'com.android.support:appcompat-v7:28.0.0'
25 implementation 'com.android.support:support-v4:28.0.0'
26 implementation 'com.android.support:design:28.0.0'
27 implementation 'com.android.support.constraint:constraint-layout:1.1.3'
28 testImplementation 'junit:junit:4.12'
29 androidTestImplementation 'com.android.support.test:runner:1.0.2'
30 androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'