Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja committed Aug 12, 2021
1 parent 34a37b0 commit ce4f7a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
val kotlinVersion = "1.5.10"
val kotlinVersion = "1.5.21"

repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.1.0-alpha02")
classpath("com.android.tools.build:gradle:7.1.0-alpha08")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
}
}
Expand Down
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Publishing.configureMavenPublication
plugins {
id("com.android.library")
kotlin("android")
id("kotlin-parcelize")
id("maven-publish")
id("signing")
}
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
androidxTestCore = "1.4.0-beta02"
androidxTestExt = "1.1.3-beta02"
androidxTestCore = "1.4.0"
androidxTestExt = "1.1.3"
androidxArchTest = "2.1.0"
coroutines = "1.5.0"
junit = "4.13.2"
mockk = "1.11.0"
mockk = "1.12.0"
playServicesWearable = "17.1.0"
robolectric = "4.5.1"
robolectric = "4.6.1"
strikt = "0.31.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit ce4f7a3

Please sign in to comment.