Skip to content

Commit

Permalink
fix(android): update emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Oct 31, 2024
1 parent d2cce07 commit f64228f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/identity/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ dependencies {
implementation("com.stripe:identity:$identityVersion") {
exclude group: 'androidx.emoji2', module: 'emoji2'
}
// Avoid using 1.4.0 since that requires targetSdkVersion 34
implementation('androidx.emoji2:emoji2:1.3.0').force

implementation "com.google.android.gms:play-services-wallet:$playServicesWalletVersion"
}
2 changes: 0 additions & 2 deletions packages/payment/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ dependencies {
implementation("com.stripe:stripe-android:$stripeAndroidVersion") {
exclude group: 'androidx.emoji2', module: 'emoji2'
}
// Avoid using 1.4.0 since that requires targetSdkVersion 34
implementation('androidx.emoji2:emoji2:1.3.0').force

implementation "com.google.code.gson:gson:$gsonVersion"
implementation "com.google.android.gms:play-services-wallet:$playServicesWalletVersion"
Expand Down

0 comments on commit f64228f

Please sign in to comment.