25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

23 satır
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"