Skip to content

Commit 096b691

Browse files
committed
Downgraded segment for android
1 parent 398d93e commit 096b691

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ android {
112112
sourceCompatibility = JavaVersion.VERSION_11
113113
targetCompatibility = JavaVersion.VERSION_11
114114
}
115+
lint {
116+
disable += "GradleCompatible"
117+
}
115118
}
116119

117120
fun SigningExtension.whenRequired(block: () -> Boolean) {

0 commit comments

Comments
 (0)