File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 22# WARNING!
33This fork was made in order to migrate the library to AndroidX. Add-ons and updates will not appear.
44
5- [ ![ Release] ( https://jitpack.io/v/TalbotGooday /AndroidPdfViewer.svg )] ( https://jitpack.io/#TalbotGooday /AndroidPdfViewer )
5+ [ ![ Release] ( https://jitpack.io/v/polesapart /AndroidPdfViewer.svg )] ( https://jitpack.io/#polesapart /AndroidPdfViewer )
66
77Add to _ build.gradle_ :
88``` groovy
@@ -15,7 +15,7 @@ allprojects {
1515```
1616Add the dependency
1717``` groovy
18- implementation 'com.github.TalbotGooday :AndroidPdfViewer:Tag'
18+ implementation 'com.github.polesapart :AndroidPdfViewer:Tag'
1919```
2020
2121---
Original file line number Diff line number Diff line change @@ -37,8 +37,11 @@ android {
3737}
3838
3939dependencies {
40- implementation ' androidx.core:core:1.2 .0'
40+ implementation ' androidx.core:core:1.3 .0'
4141 api ' com.github.barteksc:pdfium-android:1.9.0'
42+ // api ('com.github.barteksc:pdfium-android:1.9.0', {
43+ // exclude group: 'com.android.support'
44+ // })
4245}
4346
4447apply from : ' bintray.gradle'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.4.2 '
8+ classpath ' com.android.tools.build:gradle:4.0.0 '
99 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1111 }
Original file line number Diff line number Diff line change 1+ android.useAndroidX = true
2+ android.enableJetifier =true
Original file line number Diff line number Diff line change 1- # Sun Aug 18 01:14:14 CEST 2019
1+ # Fri Jul 10 11:07:00 BRT 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5 .1.1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6 .1.1-all.zip
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ android {
2727dependencies {
2828 implementation project(' :android-pdf-viewer' )
2929 implementation ' androidx.appcompat:appcompat:1.1.0'
30- implementation ' org.androidannotations:androidannotations-api:4.6 .0'
31- annotationProcessor " org.androidannotations:androidannotations:4.6 .0"
30+ implementation ' org.androidannotations:androidannotations-api:4.7 .0'
31+ annotationProcessor " org.androidannotations:androidannotations:4.7 .0"
3232}
You can’t perform that action at this time.
0 commit comments