File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
example/android/gradle/wrapper Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if (pspdfkitPassword == null || pspdfkitPassword == '') {
3636
3737ext. pspdfkitVersion = localProperties. getProperty(' pspdfkit.version' )
3838if (pspdfkitVersion == null || pspdfkitVersion == ' ' ) {
39- ext. pspdfkitVersion = ' 6.2 .0'
39+ ext. pspdfkitVersion = ' 6.4 .0'
4040}
4141
4242def pspdfkitIsDemo = localProperties. getProperty(' pspdfkit.demo' )
@@ -54,7 +54,7 @@ ext.androidCompileSdkVersion = 29
5454ext. androidBuildToolsVersion = ' 29.0.1'
5555ext. androidMinSdkVersion = 19
5656ext. androidTargetSdkVersion = 29
57- ext. androidGradlePluginVersion = ' 3.5 .3'
57+ ext. androidGradlePluginVersion = ' 3.6 .3'
5858
5959// Returns true when version1 is more recent than or equals to version2.
6060boolean isMoreRecentOrEqual (String version1 , String version2 ) {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
You can’t perform that action at this time.
0 commit comments