mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-30 12:20:58 -08:00
Fixed android deploy task
This commit is contained in:
parent
8383d151a3
commit
f13f69633e
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ repositories{
|
|||
task deploy(type: Copy){
|
||||
dependsOn "assembleRelease"
|
||||
|
||||
from "build/outputs/apk/standard/release/android-standard-release.apk"
|
||||
from "build/outputs/apk/release/android-release.apk"
|
||||
into "../deploy/"
|
||||
rename("android-standard-release.apk", "${generateDeployName('android')}.apk")
|
||||
rename("android-release.apk", "${generateDeployName('android')}.apk")
|
||||
}
|
||||
|
||||
android{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue