2021-02-19 08:07:53 -07:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
|
|
|
buildscript {
|
|
|
|
ext {
|
2023-02-09 03:52:41 -07:00
|
|
|
buildToolsVersion = "33.0.0"
|
2023-10-05 02:56:30 -06:00
|
|
|
minSdkVersion = 26
|
2023-02-09 03:52:41 -07:00
|
|
|
compileSdkVersion = 33
|
|
|
|
targetSdkVersion = 33
|
|
|
|
ndkVersion = "23.1.7779620"
|
2021-02-19 08:07:53 -07:00
|
|
|
}
|
|
|
|
repositories {
|
|
|
|
google()
|
2021-08-20 03:53:40 -06:00
|
|
|
mavenCentral()
|
2021-02-19 08:07:53 -07:00
|
|
|
}
|
|
|
|
dependencies {
|
2023-07-03 14:21:02 -06:00
|
|
|
classpath('com.android.tools.build:gradle:7.4.1')
|
2023-02-09 03:52:41 -07:00
|
|
|
classpath("com.facebook.react:react-native-gradle-plugin")
|
2023-10-03 03:33:48 -06:00
|
|
|
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22")
|
2021-02-19 08:07:53 -07:00
|
|
|
}
|
|
|
|
}
|