Skip to content

Commit 275c214

Browse files
committed
Droid 8.0.1
1 parent 78adb94 commit 275c214

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rootProject.allprojects {
1515
google()
1616
jcenter()
1717
maven {
18-
url "https://pdftron-maven.s3.amazonaws.com/snapshot"
18+
url "https://pdftron-maven.s3.amazonaws.com/release"
1919
}
2020
}
2121
}
@@ -55,7 +55,7 @@ repositories {
5555
dependencies {
5656
implementation "com.facebook.react:react-native:+"
5757

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"
58+
implementation "com.pdftron:pdftron:8.0.1"
59+
implementation "com.pdftron:tools:8.0.1"
60+
implementation "com.pdftron:collab:8.0.1"
6161
}

0 commit comments

Comments
 (0)