Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Kotlin 1.7.0 #54

Merged
merged 3 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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