forked from organicmaps/organicmaps
[android] Fixed beta builds for gradle
This commit is contained in:
parent
50f4c3a482
commit
61ba34aa10
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ task copyNativeLibsDebug(type:Copy, dependsOn: ndkBuildDebug, description: 'Copy
|
|||
}
|
||||
|
||||
tasks.withType(Compile) { compileTask ->
|
||||
if (compileTask.name.contains('Release')) {
|
||||
if (compileTask.name.contains('Release') || compileTask.name.contains('Beta')) {
|
||||
compileTask.dependsOn copyNativeLibsRelease
|
||||
} else {
|
||||
compileTask.dependsOn copyNativeLibsDebug
|
||||
|
|
Loading…
Add table
Reference in a new issue