Skip to content

Commit f3989fe

Browse files
Mudr1kviktor.mudrevsky
andauthored
[BKNDLSS-32838]: remove fileUrlLocation from before download event ha… (#16)
Co-authored-by: viktor.mudrevsky <viktor.mudrevsky@backendlessmail.com>
1 parent e6f4458 commit f3989fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ android.useAndroidX=true
2323
android.nonTransitiveRClass=true
2424
android.disableAutomaticComponentCreation=true
2525

26-
version.java-sdk-common = 7.0.5
27-
version.java-client-sdk = 7.0.5
28-
version.android-client-sdk = 7.0.5
26+
version.java-sdk-common = 7.0.6
27+
version.java-client-sdk = 7.0.6
28+
version.android-client-sdk = 7.0.6
2929
version.backendless-commons = 6.7.5.0
3030
version.weborbclient = 5.2.0.8
3131
version.io-socket-client = 2.1.0

java-sdk-common/src/main/java/com/backendless/servercode/extension/FilesExtender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void afterUpload( RunnerContext context, String fileUrlLocation,
6767
afterMoveToRepository( context, fileUrlLocation, result );
6868
}
6969

70-
public void beforeDownload( RunnerContext context, String fileUrlLocation, String fileRelativePath ) throws Exception
70+
public void beforeDownload( RunnerContext context, String fileRelativePath ) throws Exception
7171
{
7272
}
7373

0 commit comments

Comments
 (0)