chore: 🤖 kotlinVersion in build.gradle

This commit is contained in:
Kajetan Kazimierczak 2023-01-18 21:50:12 +01:00
parent 3a9c337bdd
commit 52c491213c
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()