Merge commit '39929518ea2dc7f3b2d0f593110b60243032c44d' into feature/experimential_configuration_select
This commit is contained in:
commit
ed993112ae
|
|
@ -7,7 +7,7 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
apigenerator 'ru.touchin:api-generator:1.2.9'
|
||||
apigenerator 'ru.touchin:api-generator:1.4.0-alpha1'
|
||||
}
|
||||
|
||||
android.applicationVariants.all { variant ->
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@
|
|||
-include rules/crashlytics.pro
|
||||
-include rules/glide.pro
|
||||
-include rules/kaspersky.pro
|
||||
-include rules/appsflyer.pro
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
-dontwarn com.google.android.gms.iid.**
|
||||
-keep class com.appsflyer.** { *; }
|
||||
-dontwarn android.app.job.JobParameters
|
||||
-dontwarn com.android.installreferrer.**
|
||||
-dontwarn com.appsflyer.**
|
||||
Loading…
Reference in New Issue