forked from organicmaps/organicmaps
[android] Fixed typo in build.gradle.
This commit is contained in:
parent
7db0d1aac9
commit
701ad96902
1 changed files with 2 additions and 2 deletions
|
@ -371,10 +371,10 @@ task obbPush(dependsOn: ['obbGenerate', 'obbPushMain', 'obbPushPatch']) {
|
|||
commandLine android.getAdbExe(), 'shell', 'rm', "${obbPath}*.obb"
|
||||
}
|
||||
tasks.create(type: Exec, name: 'obbPushMain', dependsOn: 'obbRemoveOnDevice') {
|
||||
commandLine android.getAdbExe(), 'push', propObbWorldsOutput, "${obbPath}fonts.obb"
|
||||
commandLine android.getAdbExe(), 'push', propObbFontsOutput, "${obbPath}fonts.obb"
|
||||
}
|
||||
tasks.create(type: Exec, name: 'obbPushPatch', dependsOn: 'obbRemoveOnDevice') {
|
||||
commandLine android.getAdbExe(), 'push', propObbFontsOutput, "${obbPath}worlds.obb"
|
||||
commandLine android.getAdbExe(), 'push', propObbWorldsOutput, "${obbPath}worlds.obb"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue