aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-24 20:10:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-24 20:10:39 +0000
commit1a8acee7ab63fe1b573d7f51b430e711e3a7ec5c (patch)
tree980216e179a84d64e948e8c4c981cb88b8acddca
parent83adea703d614db3f146e4d9968139a5488bdaaa (diff)
parentf0e193dfa34f4943d0467666995873a2cfb9991d (diff)
downloadsupport-snap-temp-L20200000962836818.tar.gz
Merge "Merge cherrypicks of ['android-review.googlesource.com/2724497'] into androidx-compose-release." into androidx-compose-releasesnap-temp-L35500000962835845snap-temp-L20200000962836818
-rw-r--r--compose/foundation/foundation/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/compose/foundation/foundation/build.gradle b/compose/foundation/foundation/build.gradle
index 03a8afe50ba..0b6325be8cf 100644
--- a/compose/foundation/foundation/build.gradle
+++ b/compose/foundation/foundation/build.gradle
@@ -48,7 +48,7 @@ androidXMultiplatform {
}
androidMain.dependencies {
api("androidx.annotation:annotation:1.1.0")
- implementation(project(':emoji2:emoji2'))
+ implementation("androidx.emoji2:emoji2:1.4.0")
implementation("androidx.core:core:1.10.0")
}
@@ -70,7 +70,7 @@ androidXMultiplatform {
dependsOn(jvmMain)
dependencies {
api("androidx.annotation:annotation:1.1.0")
- implementation(project(':emoji2:emoji2'))
+ implementation("androidx.emoji2:emoji2:1.4.0")
}
}