Skip to content

Commit fb2dd52

Browse files
Fix lint error
1 parent 58796ca commit fb2dd52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919

2020
plugins {
2121
id "org.sonarqube" version "3.5.0.2730"
22-
id "org.jlleitschuh.gradle.ktlint" version "13.0.0"
22+
id "org.jlleitschuh.gradle.ktlint" version "11.2.0"
2323
}
2424

2525
sonarqube {
@@ -36,6 +36,9 @@ apply plugin: 'com.mparticle.kit'
3636

3737
android {
3838
namespace 'com.mparticle.kits.branch'
39+
buildFeatures {
40+
buildConfig = true
41+
}
3942
defaultConfig {
4043
minSdkVersion 21
4144
}

0 commit comments

Comments
 (0)