Skip to content

Commit

Permalink
fix merge conflicts (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhaskaran authored Apr 6, 2024
1 parent cc3ad31 commit d1c6681
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,6 @@ dependencies {
// Testing
testImplementation "junit:junit:$junit_version"

// Transitive dependencies
implementation "androidx.core:core:$core_version"
implementation "androidx.fragment:fragment:$fragment_version"
implementation "androidx.lifecycle:lifecycle-common:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
implementation "androidx.navigation:navigation-fragment:$nav_version"
implementation "androidx.navigation:navigation-runtime:$nav_version"
implementation(project(':ipv8')) {
exclude module: 'lazysodium-java'
}
testImplementation "junit:junit:$junit_version"

// Transitive dependencies
implementation "androidx.core:core:$core_version"
implementation "androidx.fragment:fragment:$fragment_version"
Expand Down

0 comments on commit d1c6681

Please sign in to comment.