Skip to content

Commit

Permalink
fix: react native sdk uses android 1.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 26, 2024
1 parent a978d0e commit 04c4b43
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 @@ -148,7 +148,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.extole.mobile:android-sdk:1.0.50'
implementation 'com.extole.mobile:android-sdk:1.0.56'
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
// From node_modules
}
Expand Down

0 comments on commit 04c4b43

Please sign in to comment.