Skip to content

Commit 87862d3

Browse files
committed
update compose compiler to 1.3.2
1 parent 614ec2c commit 87862d3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

auth/app/build.gradle

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

crash/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
jvmTarget = '1.8'
4848
}
4949
composeOptions {
50-
kotlinCompilerExtensionVersion '1.3.0'
50+
kotlinCompilerExtensionVersion '1.3.2'
5151
}
5252
packagingOptions {
5353
resources {

database/app/build.gradle

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

dynamiclinks/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
jvmTarget = '1.8'
5656
}
5757
composeOptions {
58-
kotlinCompilerExtensionVersion '1.3.0'
58+
kotlinCompilerExtensionVersion '1.3.2'
5959
}
6060
packagingOptions {
6161
resources {

firestore/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
packagingOptions {
5555
resources {

functions/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
jvmTarget = '1.8'
4545
}
4646
composeOptions {
47-
kotlinCompilerExtensionVersion '1.3.0'
47+
kotlinCompilerExtensionVersion '1.3.2'
4848
}
4949
packagingOptions {
5050
resources {

inappmessaging/app/build.gradle

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

messaging/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
jvmTarget = '1.8'
4949
}
5050
composeOptions {
51-
kotlinCompilerExtensionVersion '1.3.0'
51+
kotlinCompilerExtensionVersion '1.3.2'
5252
}
5353
packagingOptions {
5454
resources {

perf/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
jvmTarget = '1.8'
4949
}
5050
composeOptions {
51-
kotlinCompilerExtensionVersion '1.3.0'
51+
kotlinCompilerExtensionVersion '1.3.2'
5252
}
5353
packagingOptions {
5454
resources {

storage/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)