Skip to content

Commit

Permalink
specify react-android version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Masseau committed Dec 21, 2023
1 parent db0d3ef commit 6e499a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ 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-android:+"
implementation "com.facebook.react:react-android:0.73.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.github.klaviyo.klaviyo-android-sdk:analytics:1.3.5"
implementation "com.github.klaviyo.klaviyo-android-sdk:push-fcm:1.3.5"
Expand Down

0 comments on commit 6e499a5

Please sign in to comment.