Updated Gradle and Kotlin version
This commit is contained in:
parent
1979356fdc
commit
306f3cccda
|
@ -5,7 +5,7 @@ xcodeproj=./EpcQrCodeiOSApp
|
|||
org.gradle.jvmargs=-Xmx3072m
|
||||
|
||||
|
||||
kotlinVersion=1.6.10
|
||||
kotlinVersion=1.8.20
|
||||
|
||||
coroutinesVersion=1.6.0
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in New Issue