secant-android-wallet/buildSrc
Carter Jernigan 072d73e99c
[#547] Configurable dependency locking
This implementation is somewhat special from our other Gradle properties, because it does not get declared in the root gradle.properties.  The reason is that included builds are supposed to have their own properties e.g.

root_project/gradle.properties
root_project/buildSrc/gradle.properties
root_project/build-conventions/gradle.properties

Instead of declaring the property in three different places which might lead to confusion, this leaves the property undeclared, with the Gradle scripts assuming a default value of true.  The only time this is expected to be overridden is due to a workaround for an Android Studio bug.
2022-07-22 13:00:04 -04:00
..
src/main/kotlin/co/electriccoin/zcash [#31] Add injection of build info 2021-10-19 13:51:06 -04:00
build.gradle.kts [#547] Configurable dependency locking 2022-07-22 13:00:04 -04:00
buildscript-gradle.lockfile [#543] Gradle 7.5 2022-07-18 10:44:58 -04:00
gradle.lockfile [#543] Gradle 7.5 2022-07-18 10:44:58 -04:00
settings.gradle.kts [#543] Gradle 7.5 2022-07-18 10:44:58 -04:00