File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ rootProject.allprojects {
1515 google()
1616 jcenter()
1717 maven {
18- url " https://pdftron-maven.s3.amazonaws.com/release "
18+ url " https://pdftron-maven.s3.amazonaws.com/snapshot "
1919 }
2020 }
2121}
@@ -55,7 +55,7 @@ repositories {
5555dependencies {
5656 implementation " com.facebook.react:react-native:+"
5757
58- implementation " com.pdftron:pdftron:8.0.1 "
59- implementation " com.pdftron:tools:8.0.1 "
60- implementation " com.pdftron:collab:8.0.1 "
58+ implementation " com.pdftron:pdftron:8.0.2-beta02 "
59+ implementation " com.pdftron:tools:8.0.2-beta02 "
60+ implementation " com.pdftron:collab:8.0.2-beta02 "
6161}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-pdftron" ,
33 "title" : " React Native Pdftron" ,
4- "version" : " 2.0.1-beta.19 " ,
4+ "version" : " 2.0.1-beta.20 " ,
55 "description" : " React Native Pdftron" ,
66 "main" : " index.js" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments