zcash-android-wallet-sdk/build-conventions
Carter Jernigan 96eab807cb [#612] Make dependency locking configurable
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/build-conventions/gradle.properties

Instead of declaring the property in 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-25 15:36:39 -04:00
..
src/main/kotlin [#612] Make dependency locking configurable 2022-07-25 15:36:39 -04:00
build.gradle.kts [#612] Make dependency locking configurable 2022-07-25 15:36:39 -04:00
buildscript-gradle.lockfile [#608] Gradle 7.5 2022-07-18 07:07:58 -04:00
gradle.lockfile [#617] Kotlin 1.7.10 2022-07-22 12:59:11 -04:00
settings.gradle.kts [#285] Implement gradle build conventions 2021-09-25 12:54:42 -04:00