mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
gradle: some clean up
This commit is contained in:
parent
f491e100a8
commit
d158d1b731
1 changed files with 0 additions and 13 deletions
|
@ -7,19 +7,6 @@ else {
|
|||
apply plugin: 'com.android.library'
|
||||
}
|
||||
|
||||
task pk3(type: Zip) {
|
||||
archiveName = "pak3_v2.76_dirty.pk3"
|
||||
destinationDir = file("$projectDir/src/main/assets/")
|
||||
|
||||
from "$projectDir/../../etlegacy/etmain/"
|
||||
}
|
||||
|
||||
tasks.whenTaskAdded { task ->
|
||||
if (task.name == 'assembleRelease') {
|
||||
task.dependsOn pk3
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
defaultConfig {
|
||||
|
|
Loading…
Reference in a new issue