Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikBhaskara authored Jul 17, 2023
1 parent 9aab53e commit 28521b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ dependencies {
// For < 0.71, this will be from the local maven repo
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "com.facebook.react:react-native"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation "zendesk.messaging:messaging-android:$zendeskSdkVersion"
implementation "zendesk.messaging:messaging-android:2.13.0"
}

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit 28521b5

Please sign in to comment.