fix: enable clickable links in AppleEmojiText for URLs, emails, and phone numbers

This commit is contained in:
k1ngsterr1
2026-02-04 23:21:22 +05:00
parent 612cfe1a6b
commit 54c5f015bb
4 changed files with 182 additions and 9 deletions

View File

@@ -54,7 +54,12 @@ android {
kotlinOptions { jvmTarget = "11" }
buildFeatures { compose = true }
composeOptions { kotlinCompilerExtensionVersion = "1.5.4" }
packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" } }
packaging {
resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" }
jniLibs {
useLegacyPackaging = true
}
}
}
dependencies {