[android] Don't use OBB for Google Play

https://developer.android.com/google/play/expansion-files:

> If you'd like to avoid using expansion files and your app's compressed
> download size is larger than 100 MB, you should instead upload your app
> using Android App Bundles which allows for up to a 150 MB compressed
> download size.
>
> Important: In the second half of 2021, new apps will be required to
> publish with the Android App Bundle on Google Play.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2021-01-02 15:42:03 +00:00
parent 1d4dbc1dd4
commit 2c99320278
2 changed files with 3 additions and 2 deletions

View file

@ -252,6 +252,7 @@ android {
dimension "default"
versionName = android.defaultConfig.versionName + '-Google'
buildConfigField 'String', 'SUPPORT_MAIL', '"googleplay@omaps.app"'
android.sourceSets.google.assets.srcDirs = ['flavors/mwm-ttf-assets']
}
samsung {

View file

@ -2,8 +2,8 @@ propMinSdkVersion=21
propTargetSdkVersion=29
propCompileSdkVersion=29
propBuildToolsVersion=27.0.3
propVersionCode=1046
propVersionName=10.4.6
propVersionCode=1047
propVersionName=10.4.7
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
propMultiDexVersion=2.0.1