mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Use kotlin 1.4.10
This commit is contained in:
parent
5e4a005e79
commit
405f2a3497
|
@ -1,6 +1,6 @@
|
|||
buildscript {
|
||||
ext {
|
||||
KOTLIN_VERSION = "1.3.72"
|
||||
KOTLIN_VERSION = "1.4.10"
|
||||
KETHEREUM_VERSION = "0.82.2"
|
||||
}
|
||||
|
||||
|
@ -34,7 +34,7 @@ dependencies {
|
|||
implementation "com.github.komputing.kethereum:erc55:${KETHEREUM_VERSION}"
|
||||
implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}"
|
||||
|
||||
implementation 'com.beust:klaxon:5.2'
|
||||
implementation 'com.beust:klaxon:5.4'
|
||||
implementation 'com.squareup.moshi:moshi-kotlin:1.9.3'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user