Commit graph

9 commits

Author SHA1 Message Date
Harsh Shandilya
2320201f89
Migrate namespaces to Gradle (#1805)
* ui-compose: update Gradle configuration

* gradle: fix namespace for a couple astray Compose dependencies

* all: switch to Gradle namespace property

Mirrors a similar change from AndroidX dcfa035a96
2022-03-27 12:37:18 +00:00
Harsh Shandilya
674a7d299b
Misc cleanups to build-logic and expand BCV exclusion list (#1622)
* build-logic: remove `kotlin-dsl-precompiled-script-plugins` plugin

* build-logic: use generated accessors for extensions

* build: exclude non-published library projects from API dump

There's no point in tracking binary compatibility for libraries that are only used internally
2021-12-26 06:29:57 +00:00
Harsh Shandilya
95075bd1d0
diceware: switch to buildString lambda 2021-12-21 17:22:37 +05:30
Harsh Shandilya
0f837b0033
diceware: convert to an Android library 2021-12-21 13:01:40 +05:30
Harsh Shandilya
c5436b543d
diceware: add passphrase generator 2021-12-21 13:01:40 +05:30
Harsh Shandilya
ab8f6a43ee
diceware: add default wordlist to exercise tests 2021-12-21 13:01:40 +05:30
Harsh Shandilya
5395b4853b
diceware: add WordListParser and tests 2021-12-21 02:13:24 +05:30
Harsh Shandilya
16392b7581
diceware: add Die class and tests 2021-12-21 02:13:24 +05:30
Harsh Shandilya
67f8eb8404
diceware: init empty module 2021-12-21 02:13:23 +05:30