apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.usai.ratradefiling" minSdkVersion 26 targetSdkVersion 28 versionCode 1 versionName "1.0" // ndk.abiFilters 'armeabi-v7a',"arm64-v8a" // testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } } dependencies { // implementation fileTree(dir: "libs", include: ["*.jar"]) api 'androidx.appcompat:appcompat:1.2.0' api 'androidx.legacy:legacy-support-v4:1.0.0' api 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.android.material:material:1.3.0' // implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.18' // implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' // api 'com.android.support:support-v4:27.1.0' // implementation project(path: ':RAUtilsLibrary') implementation project(path: ':rapdflib') // testImplementation 'junit:junit:4.12' // androidTestImplementation 'androidx.test.ext:junit:1.1.2' // androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' }