chore: kotlin version bump

This commit is contained in:
rebelonion 2024-03-16 23:11:30 -05:00
parent 813b64980d
commit cf9799da7c
2 changed files with 2 additions and 6 deletions

View file

@ -6,10 +6,6 @@ plugins {
id 'com.google.devtools.ksp'
}
def gitCommitHash = providers.exec {
commandLine("git", "rev-parse", "--verify", "--short", "HEAD")
}.standardOutput.asText.get().trim()
android {
compileSdk 34