Commit Graph

13 Commits

Author SHA1 Message Date
Honza Rychnovský 00995f1d00
[#374] AGP 8.0.2 2023-06-09 15:20:02 +02:00
Carter Jernigan 764f0a914e [#341] Android Gradle Plugin 7.3.0 2022-09-22 16:06:17 -04:00
Carter Jernigan 4eb3692d2b [#311] AGP 7.1.3 2022-05-23 07:44:41 -04:00
Carter Jernigan 1fc23a8097 Remove repository declaration from lockbox
Repositories are now declared centrally in settings.gradle
2021-09-02 09:43:52 -04:00
Carter Jernigan d679931732 Reduce dependency on jcenter
JCenter has been deprecated and most dependencies have been migrated to other artifact hosting.
2021-08-24 14:19:43 -04:00
Kevin Gorham 0e51764be0
Fix: remove the deprecated kotlin extensions plugin.
This was included in the template project created by android studio and was never used in a significant way. It has been deprecated by google and is safe to remove from the build files.
2021-07-19 09:21:21 -04:00
Kevin Gorham d38396b1c2
Update dependencies. 2021-06-18 22:37:47 -04:00
Kevin Gorham 068ebc8a19
Update Android Studio to Artic Fox. 2021-05-19 15:30:59 -04:00
Kevin Gorham 1d30795842
Update project dependencies.
This required changes to use requireContext and also target java 1.8 in every module.
2021-05-12 14:56:28 -04:00
Kevin Gorham 7717612524
Dependency cleanup so plugin dependencies are easier to find. 2020-05-27 14:37:44 -04:00
Kevin Gorham f02021709a
Refactor to add support for SDK plugins. 2020-02-12 07:59:47 -05:00
Kevin Gorham 76b94f184c
Incorporate secure seed storage and mneumonic phrase support.
Also added the related UI to display the seed phrase.
2019-12-17 16:23:58 -05:00
Kevin Gorham 52a2dcb5c2
Added module for securely storing seeds and keys.
The underlying library is not perfect but it will do for now. Closes #11. Closes #12.
2019-12-15 18:08:04 -05:00