Brak opisu

build.gradle 556B

12345678910111213141516171819202122232425
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. repositories {
  4. google()
  5. mavenCentral()
  6. }
  7. dependencies {
  8. classpath('com.android.tools.build:gradle')
  9. classpath('com.facebook.react:react-native-gradle-plugin')
  10. classpath('org.jetbrains.kotlin:kotlin-gradle-plugin')
  11. }
  12. }
  13. allprojects {
  14. repositories {
  15. google()
  16. mavenCentral()
  17. maven { url 'https://www.jitpack.io' }
  18. }
  19. }
  20. apply plugin: "expo-root-project"
  21. apply plugin: "com.facebook.react.rootproject"