Enable AppCenterUpdate only for DevNoFree-Flavor to be compliant with new playStore policies

This commit is contained in:
Felix 2020-09-24 17:45:30 +02:00
parent 6e1512f44e
commit f2509c58d5

View file

@ -141,6 +141,10 @@ android {
}
configurations{
devNoFreeImplementation
}
dependencies {
implementation project(':touch')
implementation project(':leanback')
@ -154,7 +158,7 @@ dependencies {
def appCenterSdkVersion = '2.5.1'
noFreeImplementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"
noFreeImplementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
noFreeImplementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}"
devNoFreeImplementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}"
debugImplementation 'com.facebook.stetho:stetho:1.5.1'
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.4.2'