Skip to content

Commit

Permalink
Merge pull request #36 from amarradi/development
Browse files Browse the repository at this point in the history
gradle update to 8.3.1
  • Loading branch information
amarradi authored Mar 26, 2024
2 parents 8d5bb7b + 8e98afc commit 2f77284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.0'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -23,5 +23,5 @@ allprojects {
}
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
delete rootProject
}

0 comments on commit 2f77284

Please sign in to comment.