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:
Seph Soliman 2021-09-02 14:23:00 -07:00
parent e6c8879824
commit 458ac7837e
1 changed files with 0 additions and 1 deletions

View File

@ -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"