Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to PSPDFKit for Android 6.2 #62

Merged
merged 2 commits into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions android/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (pspdfkitPassword == null || pspdfkitPassword == '') {

ext.pspdfkitVersion = localProperties.getProperty('pspdfkit.version')
if (pspdfkitVersion == null || pspdfkitVersion == '') {
ext.pspdfkitVersion = '6.1.1'
ext.pspdfkitVersion = '6.2.0'
}

def pspdfkitIsDemo = localProperties.getProperty('pspdfkit.demo')
Expand All @@ -48,13 +48,13 @@ if (pspdfkitIsDemo == null) {

ext.pspdfkitMavenModuleName = (pspdfkitIsDemo && !useUnifiedBinaries(ext.pspdfkitVersion)) ? 'pspdfkit-demo' : 'pspdfkit'

ext.pspdfkitFlutterVersion = '1.0.0-SNAPSHOT'
ext.pspdfkitFlutterVersion = '1.9.0-SNAPSHOT'

ext.androidCompileSdkVersion = 29
ext.androidBuildToolsVersion = '29.0.1'
ext.androidMinSdkVersion = 19
ext.androidTargetSdkVersion = 29
ext.androidGradlePluginVersion = '3.5.2'
ext.androidGradlePluginVersion = '3.5.3'

// Returns true when version1 is more recent than or equals to version2.
boolean isMoreRecentOrEqual(String version1, String version2) {
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pspdfkit_example
description: Demonstrates how to use the pspdfkit plugin.
version: 1.8.0
version: 1.9.0
author: PSPDFKit
homepage: https://pspdfkit.com/
environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pspdfkit_flutter
description: PSPDFKit flutter plugin.
version: 1.8.0
version: 1.9.0
author: PSPDFKit
homepage: https://pspdfkit.com/
environment:
Expand Down