upgade deps

async-storage 1.17.3: required updating sdk to 31, kotlin to 1.6.10
react-native-track-player 2.1.3: added new "android:exported" prop required by API 31
react-native-fs: 2.19.0
This commit is contained in:
austinried
2022-04-11 12:14:45 +09:00
parent bfa6b6f08a
commit f911688c78
5 changed files with 15 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ FLIPPER_VERSION=0.99.0
# react-native-async-storage next
AsyncStorage_useNextStorage=true
AsyncStorage_kotlinVersion=1.4.21
AsyncStorage_kotlinVersion=1.6.10
# required to override exoplayer used by react-native-track-player, resolves "abstract method" error
# see: https://github.com/google/ExoPlayer/issues/6801#issuecomment-574089568