mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Force kotlin standard lib to latest version to prevent jetifier issues
This commit is contained in:
@@ -25,7 +25,7 @@ buildscript {
|
||||
}
|
||||
|
||||
ext {
|
||||
kotlin_version = '1.8.10'
|
||||
kotlin_version = '1.8.20'
|
||||
dagger_version = "2.45"
|
||||
okhttp_version = "4.10.0"
|
||||
jackson_version = "2.13.4"
|
||||
|
||||
Reference in New Issue
Block a user