Files
M-Paspor-Redesign/android/build.gradle
Mochammad Adhi Buchori a17842fc9e Initial commit
Generated by react-native@0.78.0
2025-04-16 21:32:46 +07:00

22 lines
547 B
Groovy

buildscript {
ext {
buildToolsVersion = "35.0.0"
minSdkVersion = 24
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
kotlinVersion = "2.0.21"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
}
}
apply plugin: "com.facebook.react.rootproject"