Skip to content

Commit

Permalink
Fix gradle dependencies (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Jan 19, 2023
1 parent 8f93c44 commit 3402b4a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ repositories {
def kotlin_version = getExtOrDefault('kotlinVersion', project.properties['RNSAC_kotlinVersion'])

dependencies {
if (isNewArchitectureEnabled()) {
implementation project(":ReactAndroid")
} else {
implementation 'com.facebook.react:react-native:+'
}
implementation 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

0 comments on commit 3402b4a

Please sign in to comment.