diff --git a/lint/lint.xml b/lint/lint.xml index 80f8723..7968d66 100644 --- a/lint/lint.xml +++ b/lint/lint.xml @@ -4,9 +4,6 @@ - - - @@ -149,7 +146,7 @@ - + @@ -181,6 +178,7 @@ + @@ -270,4 +268,4 @@ - \ No newline at end of file + diff --git a/proguard/common.pro b/proguard/common.pro index 1de1390..937bc37 100644 --- a/proguard/common.pro +++ b/proguard/common.pro @@ -5,3 +5,4 @@ -include rules/logansquare.pro -include rules/crashlytics.pro -include rules/glide.pro +-include rules/kaspersky.pro diff --git a/proguard/rules/kaspersky.pro b/proguard/rules/kaspersky.pro new file mode 100644 index 0000000..83fab7c --- /dev/null +++ b/proguard/rules/kaspersky.pro @@ -0,0 +1,8 @@ +-dontwarn com.kavsdk.* +-keep class com.kavsdk.** { *; } + +-dontwarn com.kaspersky.* +-keep class com.kaspersky.** { *; } + +-dontwarn com.kms.* +-keep class com.kms.** { *; } \ No newline at end of file diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 32612c6..75d9719 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -10,7 +10,7 @@ private_lane :installDependencies do |options| end if File.exists? "../Cartfile" - carthage(platform: "iOS") + carthage(command: "bootstrap", platform: "iOS") end cocoapods(