|
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
|
|
|
apply plugin: 'kotlin-android-extensions'
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 27
|
|
|
+ compileSdkVersion 28
|
|
|
defaultConfig {
|
|
|
applicationId "com.kdanmobile.testpdflib"
|
|
|
minSdkVersion 15
|
|
@@ -56,8 +56,8 @@ android {
|
|
|
dependencies {
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
- implementation 'com.android.support:appcompat-v7:27.1.1'
|
|
|
- implementation 'com.android.support:recyclerview-v7:27.1.1'
|
|
|
+ implementation 'com.android.support:appcompat-v7:28.0.0'
|
|
|
+ implementation 'com.android.support:recyclerview-v7:28.0.0'
|
|
|
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
androidTestImplementation 'com.android.support.test:runner:0.5'
|