Loading app/build.gradle +5 −4 Original line number Diff line number Diff line Loading @@ -37,8 +37,8 @@ android { applicationId "com.gsnathan.pdfviewer" minSdkVersion 21 targetSdkVersion 29 versionCode 23 versionName "3.2" versionCode 24 versionName "3.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true Loading Loading @@ -71,7 +71,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.2.0-alpha01' implementation 'com.google.android.material:material:1.2.0-alpha05' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' testImplementation 'junit:junit:4.12' Loading @@ -94,7 +94,8 @@ dependencies { implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1' //Android Annotations Library (Proguard config not needed) compileOnly 'org.androidannotations:androidannotations:4.5.2' //compileOnly annotationProcessor 'org.androidannotations:androidannotations:4.5.2' implementation 'org.androidannotations:androidannotations-api:4.5.2' //License Presenter Library (Proguard config not needed) Loading Loading
app/build.gradle +5 −4 Original line number Diff line number Diff line Loading @@ -37,8 +37,8 @@ android { applicationId "com.gsnathan.pdfviewer" minSdkVersion 21 targetSdkVersion 29 versionCode 23 versionName "3.2" versionCode 24 versionName "3.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true Loading Loading @@ -71,7 +71,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.2.0-alpha01' implementation 'com.google.android.material:material:1.2.0-alpha05' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' testImplementation 'junit:junit:4.12' Loading @@ -94,7 +94,8 @@ dependencies { implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1' //Android Annotations Library (Proguard config not needed) compileOnly 'org.androidannotations:androidannotations:4.5.2' //compileOnly annotationProcessor 'org.androidannotations:androidannotations:4.5.2' implementation 'org.androidannotations:androidannotations-api:4.5.2' //License Presenter Library (Proguard config not needed) Loading