xref: /MusicFree/android/build.gradle (revision a377d989c8f23d07732e8a3103ba033b2837778e)
1bf6e62f2S猫头猫buildscript {
2bf6e62f2S猫头猫    ext {
35589cdf3S猫头猫        buildToolsVersion = "34.0.0"
45589cdf3S猫头猫        minSdkVersion = 23
55589cdf3S猫头猫        compileSdkVersion = 34
6*a377d989Smaotoumao        targetSdkVersion = 30
75589cdf3S猫头猫        ndkVersion = "26.1.10909125"
85589cdf3S猫头猫        kotlinVersion = "1.9.22"
9bf6e62f2S猫头猫    }
10bf6e62f2S猫头猫    repositories {
11bf6e62f2S猫头猫        google()
12bf6e62f2S猫头猫        mavenCentral()
13bf6e62f2S猫头猫    }
14bf6e62f2S猫头猫    dependencies {
155589cdf3S猫头猫        classpath("com.android.tools.build:gradle")
16bf6e62f2S猫头猫        classpath("com.facebook.react:react-native-gradle-plugin")
175589cdf3S猫头猫        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
18bf6e62f2S猫头猫    }
19bf6e62f2S猫头猫}
20bf6e62f2S猫头猫
215589cdf3S猫头猫apply plugin: "com.facebook.react.rootproject"
22