We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78adb94 commit 275c214Copy full SHA for 275c214
android/build.gradle
@@ -15,7 +15,7 @@ rootProject.allprojects {
15
google()
16
jcenter()
17
maven {
18
- url "https://pdftron-maven.s3.amazonaws.com/snapshot"
+ url "https://pdftron-maven.s3.amazonaws.com/release"
19
}
20
21
@@ -55,7 +55,7 @@ repositories {
55
dependencies {
56
implementation "com.facebook.react:react-native:+"
57
58
- implementation "com.pdftron:pdftron:8.0.1-alpha02"
59
- implementation "com.pdftron:tools:8.0.1-alpha02"
60
- implementation "com.pdftron:collab:8.0.1-alpha02"
+ implementation "com.pdftron:pdftron:8.0.1"
+ implementation "com.pdftron:tools:8.0.1"
+ implementation "com.pdftron:collab:8.0.1"
61
0 commit comments