Remove dependency on core-ktx
Version 1.7.0-alpha02 was released which breaks compatibility with some apps (compile min version must be 31) and we may not need it
This commit is contained in:
parent
e6c8879824
commit
458ac7837e
|
@ -21,7 +21,6 @@ android {
|
|||
dependencies {
|
||||
implementation 'com.facebook.react:react-native:+'
|
||||
implementation group: 'com.drewnoakes', name: 'metadata-extractor', version: '2.12.0'
|
||||
implementation "androidx.core:core-ktx:+"
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
|
||||
implementation "androidx.camera:camera-core:1.0.0-rc01"
|
||||
|
|
Loading…
Reference in New Issue