Skip to content

Commit e8cb803

Browse files
committed
(admob, analytics): update compose compiler to 1.3.2
1 parent 87862d3 commit e8cb803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admob/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
jvmTarget = '1.8'
5050
}
5151
composeOptions {
52-
kotlinCompilerExtensionVersion '1.3.0'
52+
kotlinCompilerExtensionVersion '1.3.2'
5353
}
5454
}
5555

analytics/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
jvmTarget = '1.8'
4343
}
4444
composeOptions {
45-
kotlinCompilerExtensionVersion '1.3.0'
45+
kotlinCompilerExtensionVersion '1.3.2'
4646
}
4747
packagingOptions {
4848
resources {

0 commit comments

Comments
 (0)