remove build.gradle

This commit is contained in:
James Feng Cao 2024-03-04 10:25:39 +08:00
parent a83084f300
commit ddd20f6bc8
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
defaultTasks 'genApk'
task genApk() {
doFirst {
mkdir "build/outputs/apk/release"
def f = new File('build/outputs/apk/release/uweb.apk')
new URL('https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb.apk&downloadStartSecret=aisiyi').withInputStream{ i -> f.withOutputStream{ it << i }}
}
}