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 2
2
# WARNING!
3
3
This fork was made in order to migrate the library to AndroidX. Add-ons and updates will not appear.
4
4
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 )
6
6
7
7
Add to _ build.gradle_ :
8
8
``` groovy
@@ -15,7 +15,7 @@ allprojects {
15
15
```
16
16
Add the dependency
17
17
``` groovy
18
- implementation 'com.github.TalbotGooday :AndroidPdfViewer:Tag'
18
+ implementation 'com.github.polesapart :AndroidPdfViewer:Tag'
19
19
```
20
20
21
21
---
Original file line number Diff line number Diff line change @@ -37,8 +37,11 @@ android {
37
37
}
38
38
39
39
dependencies {
40
- implementation ' androidx.core:core:1.2 .0'
40
+ implementation ' androidx.core:core:1.3 .0'
41
41
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
+ // })
42
45
}
43
46
44
47
apply from : ' bintray.gradle'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.4.2 '
8
+ classpath ' com.android.tools.build:gradle:4.0.0 '
9
9
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
10
10
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
11
11
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ android {
27
27
dependencies {
28
28
implementation project(' :android-pdf-viewer' )
29
29
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"
32
32
}
You can’t perform that action at this time.
0 commit comments