Guest User

Untitled

a guest
Nov 14th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. diff --git a/RNTester/android/app/build.gradle b/RNTester/android/app/build.gradle
  2. index f0f5926139..541dde41bd 100644
  3. --- a/RNTester/android/app/build.gradle
  4. +++ b/RNTester/android/app/build.gradle
  5. @@ -133,6 +133,5 @@ dependencies {
  6. implementation fileTree(dir: 'libs', include: ['*.jar'])
  7. implementation 'com.android.support:appcompat-v7:27.1.1'
  8.  
  9. - // Build React Native from source
  10. - implementation project(':ReactAndroid')
  11. + implementation 'com.facebook.react:react-native:+'
  12. }
  13. diff --git a/ReactAndroid/release.gradle b/ReactAndroid/release.gradle
  14. index cc66a47e39..a4f19cb175 100644
  15. --- a/ReactAndroid/release.gradle
  16. +++ b/ReactAndroid/release.gradle
  17. @@ -113,12 +113,7 @@ afterEvaluate { project ->
  18. MavenDeployment deployment -> signing.signPom(deployment)
  19. }
  20.  
  21. - repository(url: getRepositoryUrl()) {
  22. - authentication(
  23. - userName: getRepositoryUsername(),
  24. - password: getRepositoryPassword())
  25. -
  26. - }
  27. + repository(url: "file:///Users/foo/.m2/repository")
  28.  
  29. configureReactNativePom pom
  30. }
Add Comment
Please, Sign In to add comment