|
@@ -5,11 +5,11 @@ apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlin-android-extensions'
|
|
apply plugin: 'kotlin-android-extensions'
|
|
|
|
|
|
android {
|
|
android {
|
|
- compileSdkVersion 28
|
|
|
|
|
|
+ compileSdkVersion 27
|
|
defaultConfig {
|
|
defaultConfig {
|
|
applicationId "com.kdanmobile.testpdflib"
|
|
applicationId "com.kdanmobile.testpdflib"
|
|
minSdkVersion 15
|
|
minSdkVersion 15
|
|
- targetSdkVersion 28
|
|
|
|
|
|
+ targetSdkVersion 27
|
|
versionCode 1
|
|
versionCode 1
|
|
versionName "1.0"
|
|
versionName "1.0"
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
@@ -30,11 +30,11 @@ android {
|
|
dependencies {
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
- implementation 'com.android.support:appcompat-v7:28.0.0'
|
|
|
|
- implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
|
|
|
- implementation 'com.android.support:recyclerview-v7:28.0.0'
|
|
|
|
|
|
+ implementation 'com.android.support:appcompat-v7:27.1.1'
|
|
|
|
+ implementation 'com.android.support:recyclerview-v7:27.1.1'
|
|
|
|
+ implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
|
testImplementation 'junit:junit:4.12'
|
|
testImplementation 'junit:junit:4.12'
|
|
- androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
|
|
|
|
+ androidTestImplementation 'com.android.support.test:runner:0.5'
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
|
|
|
implementation project(':PDFReaderReaderModule')
|
|
implementation project(':PDFReaderReaderModule')
|