mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-25 22:00:16 +00:00
Enable AppCenterUpdate only for DevNoFree-Flavor to be compliant with new playStore policies
This commit is contained in:
parent
6e1512f44e
commit
f2509c58d5
1 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue