Skip to content

Commit 7d2436e

Browse files
Android 9.4.0 Release (#269)
* Android 9.4.0 Release * Updating package version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f9ba3f commit 7d2436e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rootProject.allprojects {
1717
google()
1818
mavenCentral()
1919
maven {
20-
url "https://pdftron-maven.s3.amazonaws.com/snapshot"
20+
url "https://pdftron-maven.s3.amazonaws.com/release"
2121
}
2222
}
2323
}
@@ -38,6 +38,6 @@ android {
3838

3939
dependencies {
4040
// PDFTron SDK dependencies
41-
implementation "com.pdftron:pdftron:9.3.2-beta09"
42-
implementation "com.pdftron:tools:9.3.2-beta09"
41+
implementation "com.pdftron:pdftron:9.4.0"
42+
implementation "com.pdftron:tools:9.4.0"
4343
}

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pdftron_flutter
22
description: A convenience wrapper to build Flutter apps that use the PDFTron mobile SDK for smooth, flexible, and stand-alone document viewing.
3-
version: 1.0.0-beta.54
3+
version: 1.0.0-beta.55
44
homepage: https://www.pdftron.com
55
repository: https://github.com/PDFTron/pdftron-flutter
66
issue_tracker: https://github.com/PDFTron/pdftron-flutter/issues

0 commit comments

Comments
 (0)