Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Fast677 authored Feb 11, 2025
1 parent 194e7f3 commit 13fdcae
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/build.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
buildscript {
ext {
kotlin_version = '1.5.21'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// Añade otras dependencias del classpath aquí
}
}

allprojects {
repositories {
google()
mavenCentral()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

0 comments on commit 13fdcae

Please sign in to comment.