removing a redundant kotlin version declaration
This commit is contained in:
parent
8c47d9e5ba
commit
479986bf4d
|
@ -8,7 +8,6 @@ buildscript {
|
|||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.34.26'
|
||||
kotlin_version = '1.6.21'
|
||||
}*/
|
||||
|
||||
ext.kotlin_version = '1.6.21'
|
||||
|
|
Loading…
Reference in New Issue