Skip to content

Commit

Permalink
Clean up all warnings in the build.gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Sep 29, 2024
1 parent f9e7417 commit 2865ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ allprojects {
}
}

task clean(type: Delete) {
delete rootProject.buildDir
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}
2 changes: 1 addition & 1 deletion networksurvey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
}
namespace 'com.craxiom.networksurvey'

flavorDimensions "version"
flavorDimensions = ["version"]
productFlavors {
// Regular is for Google Play that contains Firebase tracking features such as crashlytics
regular {
Expand Down

0 comments on commit 2865ef5

Please sign in to comment.