Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 75fe978 commit 274cf6d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ui/PreviewScreenshot/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.13"
kotlinCompilerExtensionVersion = "1.5.15"
}

experimentalProperties["android.experimental.enableScreenshotTest"] = true
Expand Down
2 changes: 1 addition & 1 deletion ui/PreviewScreenshot/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.5.0-beta01"
kotlin = "1.9.23"
kotlin = "2.1.0"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/AccessibilitySample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlinVersion = "1.9.22"
ext.kotlinVersion = "2.1.0"
ext.agpVersion = "8.5.0"
repositories {
// Insert local test repo here
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/BasicSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlinVersion = "1.9.22"
ext.kotlinVersion = "2.1.0"
ext.agpVersion = "8.5.0"
repositories {
// Insert local test repo here
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/EspressoDeviceSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlinVersion = "1.9.22"
ext.kotlinVersion = "2.1.0"
ext.agpVersion = "8.5.0"
repositories {
// Insert local test repo here
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/FragmentScenarioSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlinVersion = "1.9.22"
ext.kotlinVersion = "2.1.0"
ext.agpVersion = "8.5.0"
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/ScreenshotSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.agpVersion = "8.5.0"
ext.kotlinVersion = "1.9.22"
ext.kotlinVersion = "2.1.0"
ext.androidxCoreVersion = "1.9.0"
ext.buildToolsVersion = "32.0.0"
ext.androidxCompatVersion = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion unit/BasicNativeAndroidTest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.agpVersion = "8.1.1"
ext.kotlinVersion = "1.7.10"
ext.kotlinVersion = "2.1.0"
ext.androidxCoreVersion = "1.9.0"
ext.buildToolsVersion = "32.0.0"
ext.androidxCompatVersion = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion unit/BasicSample-kotlinApp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = "1.3.61"
kotlinVersion = "2.1.0"
}
repositories {
google()
Expand Down

0 comments on commit 274cf6d

Please sign in to comment.