Skip to content

Commit

Permalink
fix: updated dependencies in examples project
Browse files Browse the repository at this point in the history
  • Loading branch information
edavism committed Dec 20, 2024
1 parent 124b7a3 commit f5cd81d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ buildscript {
}
}

allprojects {
repositories {
maven { url 'https://dev.khipu.com/nexus/content/repositories/khenshin' }
}
}

apply plugin: "com.facebook.react.rootproject"

0 comments on commit f5cd81d

Please sign in to comment.