mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 13:49:54 +07:00
Resolved #1177 - Great Improvements now provide Strategic resources
APK no longer bundles maps in assets
This commit is contained in:
@ -41,7 +41,7 @@ android {
|
||||
release {
|
||||
// Don't add local save files and fonts to release, obviously
|
||||
aaptOptions {
|
||||
ignoreAssetsPattern "!SaveFiles:!fonts"
|
||||
ignoreAssetsPattern "!SaveFiles:!fonts:!maps"
|
||||
}
|
||||
|
||||
minifyEnabled false
|
||||
@ -51,7 +51,7 @@ android {
|
||||
debug {
|
||||
// Don't add local save files and fonts to release, obviously
|
||||
aaptOptions {
|
||||
ignoreAssetsPattern "!SaveFiles:!fonts"
|
||||
ignoreAssetsPattern "!SaveFiles:!fonts:!maps"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user