Skip to content

Commit 2c90ecd

Browse files
committed
Upgrade to PSPDFKit 4.6.0
Signed-off-by: Simone Arpe <[email protected]>
1 parent e86ce0c commit 2c90ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Contains gradle configuration constants
33
*/
44
ext {
5-
PSPDFKIT_VERSION = '4.4.1'
5+
PSPDFKIT_VERSION = '4.6.0'
66
}
77

88
buildscript {
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:2.3.0'
14+
classpath 'com.android.tools.build:gradle:2.3.1'
1515
}
1616
}
1717

0 commit comments

Comments
 (0)