Skip to content

Commit

Permalink
Bumped Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-manshu committed Jan 3, 2024
1 parent 285a8f1 commit 3cf82a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
}
}
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
id 'org.jetbrains.dokka' version "1.8.10"
}
Expand Down
4 changes: 2 additions & 2 deletions quality/static-check.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ apply plugin: "io.gitlab.arturbosch.detekt"
apply plugin: "org.jlleitschuh.gradle.ktlint"

android {
lintOptions {
warningsAsErrors true
lint {
abortOnError false
warningsAsErrors true
}
}

Expand Down

0 comments on commit 3cf82a7

Please sign in to comment.