Skip to content

Commit

Permalink
update build.gradle of android
Browse files Browse the repository at this point in the history
- upgrade gradle-version
- use the SDL2-template to define the cleaning task
  • Loading branch information
pionere committed Feb 4, 2024
1 parent 15407eb commit 35dec69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.2.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -20,6 +20,6 @@ allprojects {
}
}

tasks.register('clean', Delete) {
task clean(type: Delete) {
delete rootProject.buildDir
}

0 comments on commit 35dec69

Please sign in to comment.