You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 regels
548 B

  1. buildscript {
  2. ext {
  3. buildToolsVersion = "34.0.0"
  4. minSdkVersion = 23
  5. compileSdkVersion = 34
  6. targetSdkVersion = 34
  7. ndkVersion = "26.1.10909125"
  8. kotlinVersion = "1.9.22"
  9. }
  10. repositories {
  11. google()
  12. mavenCentral()
  13. }
  14. dependencies {
  15. classpath("com.android.tools.build:gradle")
  16. classpath("com.facebook.react:react-native-gradle-plugin")
  17. classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
  18. }
  19. }
  20. apply plugin: "com.facebook.react.rootproject"