diff --git a/README.md b/README.md index 23a26b9f6..ff072d15c 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,11 @@ Visit the [Ergo Discord](https://discord.gg/kj7s7nb) for more information. # TODO -- [X] CoinGecko Fiat value request -- [X] Edit/Delete for Wallets -- [X] Configurable fiat currency, add link to CoinGecko to about screen - [ ] Biometric Auth Security https://stackoverflow.com/a/62445439/7487013 +- [ ] Generate new wallets - [ ] Export secrets/mnemonic -- [X] Show error reasons for sending transaction (no unspent boxes) - [ ] Prevent sending transaction when there are unconfirmed transactions (does not work) -- [ ] Generate new wallets when https://github.com/ergoplatform/ergo-appkit/issues/87 is released -- [ ] Prevent the same wallet being saved twice -- [ ] Amount input filter https://stackoverflow.com/a/13716371/7487013 +- [ ] Prevent same wallet being saved twice - [ ] Gradle verify dependencies - [ ] API < 26 for all: https://github.com/ergoplatform/ergo-appkit/issues/82 - [ ] Change to appkit's secret storage https://github.com/ergoplatform/ergo-appkit/issues/84 diff --git a/app/build.gradle b/app/build.gradle index 91d54d21b..39ea8e7dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "org.ergoplatform.android" minSdkVersion 24 targetSdkVersion 30 - versionCode 2102 - versionName "0.1.2102" + versionCode 2103 + versionName "0.2.2103" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }