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/'] } }
20 buildToolsVersion '28.0.3'
22 sourceCompatibility JavaVersion.VERSION_1_8
23 targetCompatibility JavaVersion.VERSION_1_8
28 implementation fileTree(dir: 'libs', include: ['*.jar'])
29 implementation 'com.android.support:appcompat-v7:28.0.0'
30 implementation 'com.android.support:support-v4:28.0.0'
31 implementation 'com.android.support:design:28.0.0'
32 implementation 'com.android.support.constraint:constraint-layout:1.1.3'
33 testImplementation 'junit:junit:4.12'
34 androidTestImplementation 'com.android.support.test:runner:1.0.2'
35 androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'