removing a redundant kotlin version declaration

This commit is contained in:
tibbi 2022-05-31 10:13:46 +02:00
parent 8c47d9e5ba
commit 479986bf4d

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'