Skip to content

Commit

Permalink
added repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
alduzy committed Jun 4, 2024
1 parent edd3d5e commit 32aa328
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ android {
}
}
}
lintOptions {
isAbortOnError = false
lint {
abortOnError = false
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -180,6 +180,7 @@ repositories {
// https://github.com/facebook/react-native/blob/1e8f3b11027fe0a7514b4fc97d0798d3c64bc895/local-cli/templates/HelloWorld/android/build.gradle#L21
url = uri("$projectDir/../node_modules/react-native/android")
}
maven { url = uri("https://maven.google.com") }
mavenCentral()
mavenLocal()
google()
Expand Down

0 comments on commit 32aa328

Please sign in to comment.