We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353b7a0 commit ceb975cCopy full SHA for ceb975c
contrib/android/app/build.gradle
@@ -74,7 +74,7 @@ dependencies {
74
75
task stamp() {
76
doLast {
77
- new File("app/src/main/assets/data", "stamp").text = "${new SimpleDateFormat('ddMMyyyyhhmmss').format(new Date())}"
+ new File("${projectDir}/src/main/assets/data", "stamp").text = "${new SimpleDateFormat('ddMMyyyyhhmmss').format(new Date())}"
78
}
79
80
0 commit comments