Skip to content

Commit

Permalink
Downgraded segment for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Jul 6, 2023
1 parent 398d93e commit 096b691
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ android {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
lint {
disable += "GradleCompatible"
}
}

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

0 comments on commit 096b691

Please sign in to comment.