Skip to content

Commit

Permalink
Updated Code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobunga authored Feb 15, 2023
1 parent e777dd6 commit ea10523
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
// android/build.gradle

// based on:
//
// * https://github.com/facebook/react-native/blob/0.60-stable/template/android/build.gradle
// original location:
// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/build.gradle
//
// * https://github.com/facebook/react-native/blob/0.60-stable/template/android/app/build.gradle
// original location:
// - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/app/build.gradle

def DEFAULT_COMPILE_SDK_VERSION = 28
def DEFAULT_BUILD_TOOLS_VERSION = '28.0.3'
def DEFAULT_MIN_SDK_VERSION = 16
Expand Down Expand Up @@ -50,18 +38,13 @@ android {
}

repositories {
// ref: https://www.baeldung.com/maven-local-repository
mavenLocal()
google()
jcenter()
mavenCentral()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
maven {
// Android JSC is installed from npm
url "$rootDir/../node_modules/jsc-android/dist"
}
google()
jcenter()
}

dependencies {
Expand Down

0 comments on commit ea10523

Please sign in to comment.