Skip to content

Commit

Permalink
add forgoten code
Browse files Browse the repository at this point in the history
  • Loading branch information
felix1801 committed Sep 4, 2024
1 parent 8fdba94 commit 562d00a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ buildscript {
repositories {
google()
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' } // Ajoutez ce dépôt
}

dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.github.hierynomus:license-gradle-plugin:0.16.1" // Ajoutez cette dépendance
}
}

Expand Down

0 comments on commit 562d00a

Please sign in to comment.