mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 18:51:21 +01:00
fix(deps): update dependency androidx.work:work-runtime-ktx to v2.9.1
This commit is contained in:
parent
7c80c48476
commit
a7c1d103e0
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ dependencies {
|
||||||
// The version of react-native is set by the React Native Gradle Plugin
|
// The version of react-native is set by the React Native Gradle Plugin
|
||||||
implementation("com.facebook.react:react-android")
|
implementation("com.facebook.react:react-android")
|
||||||
implementation 'androidx.core:core-ktx'
|
implementation 'androidx.core:core-ktx'
|
||||||
implementation 'androidx.work:work-runtime-ktx:2.7.1'
|
implementation 'androidx.work:work-runtime-ktx:2.9.1'
|
||||||
|
|
||||||
if (hermesEnabled.toBoolean()) {
|
if (hermesEnabled.toBoolean()) {
|
||||||
implementation("com.facebook.react:hermes-android")
|
implementation("com.facebook.react:hermes-android")
|
||||||
|
|
Loading…
Add table
Reference in a new issue