Skip to content

Commit 5dcf6a1

Browse files
committed
Update version dependencies & minor fixes / Merge DImuthuUpe#885
1 parent 0dd93cf commit 5dcf6a1

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# WARNING!
33
This 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

77
Add to _build.gradle_:
88
```groovy
@@ -15,7 +15,7 @@ allprojects {
1515
```
1616
Add the dependency
1717
```groovy
18-
implementation 'com.github.TalbotGooday:AndroidPdfViewer:Tag'
18+
implementation 'com.github.polesapart:AndroidPdfViewer:Tag'
1919
```
2020

2121
---

android-pdf-viewer/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@ android {
3737
}
3838

3939
dependencies {
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

4447
apply from: 'bintray.gradle'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
android.useAndroidX = true
2+
android.enableJetifier=true
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Aug 18 01:14:14 CEST 2019
1+
#Fri Jul 10 11:07:00 BRT 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ android {
2727
dependencies {
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
}

0 commit comments

Comments
 (0)