Merge pull request #644 from kolplattformen/chore/kotlin-version

chore: 🤖 kotlinVersion in build.gradle
This commit is contained in:
Kajetan Kazimierczak 2023-01-18 21:52:25 +01:00 committed by GitHub
commit 7b3dfb91e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ buildscript {
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "21.4.7075529"
kotlinVersion = "1.6.0"
}
repositories {
google()