forked from organicmaps/organicmaps
[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:
parent
1d4dbc1dd4
commit
2c99320278
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue