Skip to content

Commit

Permalink
Merge pull request #54 from Liftric/feat/kotlin-1.7.0
Browse files Browse the repository at this point in the history
Feature: Kotlin 1.7.0
  • Loading branch information
benjohnde committed Jul 13, 2022
2 parents 636cd32 + efe4e09 commit d721ad8
Show file tree
Hide file tree
Showing 6 changed files with 637 additions and 10 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Libs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ object Android {

object Versions {
const val gradle = "7.2.0"
const val kotlin = "1.6.21"
const val kotlin = "1.7.0"
const val npmPublish = "3.0.0"
const val definitions = "5.23.0"
const val coroutines = "1.6.1"
const val definitions = "5.50.0"
const val coroutines = "1.6.3"
const val serialization = "1.3.3"
const val ktor = "2.0.2"
const val ktor = "2.0.3"
const val TestCore = "1.2.0"
const val RoboElectric = "4.5.1"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-rc-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-rc-3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit d721ad8

Please sign in to comment.