Skip to content

Commit

Permalink
Update AGP to 8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Nov 20, 2023
1 parent 9a2a610 commit 48272cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ android {
signingConfig signingConfigs.debug
}
}
lintOptions {
disable 'ExtraTranslation'
}
buildFeatures {
compose true
}
Expand Down Expand Up @@ -117,6 +114,9 @@ android {
}
}
}
lint {
disable 'ExtraTranslation'
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
gradleplugin = "8.1.3"
gradleplugin = "8.1.4"
detektplugin = "1.23.3"
kotlin = "1.9.20"
coroutines = "1.7.3"
Expand Down

0 comments on commit 48272cd

Please sign in to comment.