Skip to content

Commit

Permalink
Merge pull request #101 from Adyen/renovate/androidx.lifecycle-lifecy…
Browse files Browse the repository at this point in the history
…cle-viewmodel-ktx-2.x

fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.5.1
  • Loading branch information
descorp authored Feb 13, 2023
2 parents 195edbe + 2b7359c commit aebf241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"

implementation project(path: ':adyenreactnativesdk')

Expand Down

0 comments on commit aebf241

Please sign in to comment.