mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-31 01:44:22 +07:00
Fixed Android deployment script
This commit is contained in:
parent
149c48a03e
commit
d2d7596ef1
@ -24,9 +24,9 @@ repositories{
|
||||
task deploy(type: Copy){
|
||||
dependsOn "assembleRelease"
|
||||
|
||||
from "build/outputs/apk/release/android-release.apk"
|
||||
from "build/outputs/apk/standard/release/android-standard-release.apk"
|
||||
into "../deploy/"
|
||||
rename("android-release.apk", "${generateDeployName('android')}.apk")
|
||||
rename("android-standard-release.apk", "${generateDeployName('android')}.apk")
|
||||
}
|
||||
|
||||
android{
|
||||
|
@ -10,4 +10,4 @@ kapt.include.compile.classpath=false
|
||||
kotlin.stdlib.default.dependency=false
|
||||
#needed for android compilation
|
||||
android.useAndroidX=true
|
||||
archash=d9fd4b9092c136de8a9b35ca0e393b1a306d0628
|
||||
archash=8b093c9c459961c0b4051f102de376ce0961dada
|
||||
|
Loading…
Reference in New Issue
Block a user