mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
remove build.gradle
This commit is contained in:
parent
a83084f300
commit
ddd20f6bc8
1 changed files with 0 additions and 10 deletions
10
build.gradle
10
build.gradle
|
@ -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 }}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue