Skip to content

Commit

Permalink
chore: remove Gradle dependency locking
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 23, 2024
1 parent 8478758 commit 080b9db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flutter_secure_storage/example/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ subprojects {
}
subprojects {
project.evaluationDependsOn(":app")
dependencyLocking {
ignoredDependencies.add("io.flutter:*")
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
if (!project.hasProperty("local-engine-repo")) {
lockAllConfigurations()
}
}
}

tasks.register<Delete>("clean") {
Expand Down

0 comments on commit 080b9db

Please sign in to comment.