Skip to content

Commit 29b781d

Browse files
committed
Bump versions in Authenticator sample app
1 parent 2ba44ac commit 29b781d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/authenticator/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
compose true
3636
}
3737
composeOptions {
38-
kotlinCompilerExtensionVersion '1.4.3'
38+
kotlinCompilerExtensionVersion "1.5.3"
3939
}
4040
packagingOptions {
4141
resources {

samples/authenticator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ buildscript {
1010
plugins {
1111
id 'com.android.application' version '8.1.4' apply false
1212
id 'com.android.library' version '8.1.4' apply false
13-
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
13+
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
1414
}

0 commit comments

Comments
 (0)