secant-android-wallet/docs
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
..
testing [#464] Use Kover for multiplatform coverage 2022-06-06 08:41:01 -04:00
Architecture.md [#464] Use Kover for multiplatform coverage 2022-06-06 08:41:01 -04:00
Build integrity.md [#296] About screen scaffold 2022-04-29 15:26:28 -04:00
CI.md [#433] Use emulator.wtf for tests on CI (#428) 2022-05-17 10:06:56 -04:00
CODE_REVIEW_GUIDELINES.md [#3] Add ktlint 2021-09-18 07:22:42 -04:00
CONDUCT.md [#2] Add project documentation and templates 2021-09-13 15:58:20 -04:00
CONTRIBUTING.md [#401] Add Contributing Guidelines (#402) 2022-04-29 09:27:58 -03:00
Deployment.md [#42] Add app deployment process 2021-12-02 15:18:17 -05:00
README.md [#2] Add project documentation and templates 2021-09-13 15:58:20 -04:00
Setup.md [#547] Configurable dependency locking 2022-07-22 13:00:04 -04:00
Third party licenses.md [#209] Compose dependency update 2022-06-14 08:50:55 +02:00
responsible_disclosure.md [#2] Add project documentation and templates 2021-09-13 15:58:20 -04:00

README.md

Documentation

Here you'll find documentation TBD