Skip to content

Commit ceb975c

Browse files
author
peter
committed
fix in gradle build script
1 parent 353b7a0 commit ceb975c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474

7575
task stamp() {
7676
doLast {
77-
new File("app/src/main/assets/data", "stamp").text = "${new SimpleDateFormat('ddMMyyyyhhmmss').format(new Date())}"
77+
new File("${projectDir}/src/main/assets/data", "stamp").text = "${new SimpleDateFormat('ddMMyyyyhhmmss').format(new Date())}"
7878
}
7979
}
8080

0 commit comments

Comments
 (0)