[android] Added mobomarket build.

This commit is contained in:
Dmitry Yunitsky 2015-10-15 18:30:20 +03:00
parent bed9649f85
commit d128c5da0d
2 changed files with 10 additions and 2 deletions

View file

@ -160,6 +160,14 @@ android {
// Change it in the next version after publishing app to the store.
buildConfigField 'int', 'RATING_THRESHOLD', '6'
}
moboMarket {
versionName = android.defaultConfig.versionName + '-MoboMarket'
android.sourceSets.moboMarket.assets.srcDirs = ['flavors/mwm-ttf-assets']
// TODO While store url is unknown, force all rating reviews to be sent to our email.
// Change it in the next version after publishing app to the store.
buildConfigField 'int', 'RATING_THRESHOLD', '6'
}
}
// Currently (as of 1.2.3 gradle plugin) ABI filters aren't supported inside of product flavors, so we cannot generate splitted builds only for Google build.

View file

@ -1,6 +1,6 @@
#Mon Sep 21 15:29:56 PDT 2015
#Thu Oct 15 18:48:25 MSK 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip