removing a redundant kotlin version declaration

This commit is contained in:
tibbi 2022-05-31 10:13:46 +02:00
parent 8c47d9e5ba
commit 479986bf4d
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ buildscript {
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '5.34.26'
kotlin_version = '1.6.21'
}*/
ext.kotlin_version = '1.6.21'