downgrade async-storage a bit

some kind of java/jetifier issue in 1.17 that i don't want to deal with
This commit is contained in:
austinried
2022-04-11 13:53:11 +09:00
parent 37d81cb87a
commit cba32e75b3
4 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ buildscript {
ndkVersion = "21.4.7075529"
// react-native-async-storage next
kotlinVersion = '1.6.10'
kotlinVersion = '1.4.21'
}
repositories {
google()

View File

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