This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Comet/build.gradle
dece e7330966d9 update target SDK to 35 & up. gradle
Target SDK 33 to 35.
Gradle 7 to 8
2024-08-20 20:20:15 +02:00

17 lines
481 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7'
}
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}