Browse Source

Upgrade support libs to 28.0.0

cooperku_kdanmobile 6 years ago
parent
commit
ee886807ad
2 changed files with 4 additions and 4 deletions
  1. 1 1
      PDFReaderReaderModule
  2. 3 3
      app/build.gradle

+ 1 - 1
PDFReaderReaderModule

@@ -1 +1 @@
-Subproject commit 3d08b592c78476c2ad3319c85a09747fe6379c19
+Subproject commit 3cd85269a03570f93a929c62c3e96c6ab3113ce1

+ 3 - 3
app/build.gradle

@@ -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'