secant-android-wallet/ui-lib/src/main/java/co/electriccoin/zcash/ui
Carter Jernigan 77a1881930
[#479] Compile SDK 33
Since we have strict compiler warnings, the API deprecations in Android API 33 will fail our build. This change therefore:
 - Bumps the compile SDK
 - Adds helper extensions to use the new methods on Android 33+ and old methods for older Android versions.  Although the functionality is the same, the wrappers will make it easier to eliminate legacy API calls in the future
 - Disabled Gradle warning.  #508 is a followup to remove this flag later.
 - Refactor Update screen tests

Co-authored-by: Honza <rychnovsky.honza@gmail.com>
2022-06-21 07:49:09 -04:00
..
common [#303] Write crash logs on external storage (#429) 2022-05-31 12:38:02 -04:00
fixture [#296] About screen scaffold 2022-04-29 15:26:28 -04:00
preference [#231] Repackage classes to `co.electriccoin.zcash` 2022-03-08 14:05:03 -05:00
screen [#479] Compile SDK 33 2022-06-21 07:49:09 -04:00
MainActivity.kt [#416] Robo test blank screens 2022-06-15 08:53:54 +02:00