Update dependencies, gradle, and add a .editorconfig

This commit is contained in:
Syer10
2023-03-26 16:19:43 -04:00
parent e132fb08b3
commit 7128bcbccc
11 changed files with 115 additions and 52 deletions

View File

@@ -127,4 +127,10 @@ android {
"META-INF/*.version",
))
}
}
kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(Config.androidJvmTarget.majorVersion))
}
}