summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-02-23 11:49:21 -0300
committerTorsten Grote <t@grobox.de>2023-02-23 11:50:55 -0300
commit7b11c9309d5ac88b6da6c50aeece589f0c0a7b3c (patch)
tree67fc2efcd6b16034b8c3d0303d193dacfe4f2aef /README.md
parent53eebba12ed084f797f4390c73048426db2f8294 (diff)
downloadtaler-android-7b11c9309d5ac88b6da6c50aeece589f0c0a7b3c.tar.gz
taler-android-7b11c9309d5ac88b6da6c50aeece589f0c0a7b3c.tar.bz2
taler-android-7b11c9309d5ac88b6da6c50aeece589f0c0a7b3c.zip
We don't use submodules anymore
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index cdc9574..16278ea 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,6 @@ The official location is:
## Structure
-* [**anastasis-ui**](/anastasis-ui) - an Android library for sync and backup UI.
- See [Anastasis](https://docs.taler.net/anastasis.html).
* [**cashier**](/cashier) - an Android app that enables you to take cash and give out electronic cash
* [**merchant-lib**](/merchant-lib) - a library providing communication with a merchant backend
to be used by the point of sale app below.
@@ -19,18 +17,11 @@ The official location is:
and let the customer make a Taler payment via QR code or NFC.
* [**taler-kotlin-android**](/taler-kotlin-android) - an Android library containing common code
needed by more than one Taler Android app.
-* [**multiplatform**](/multiplatform) - multi-platform Taler libraries
- included as a [git submodule](https://git-scm.com/docs/git-submodule)
- from [`https://git.taler.net/wallet-kotlin.git`](https://git.taler.net/wallet-kotlin.git/)
* [**wallet**](/wallet) - a GNU Taler wallet Android app
## Building
-Before building anything, you should initialize and update the submodules by running
-
- $ ./bootstrap
-
-Then, you can get a list of possible build tasks like this:
+You can get a list of possible build tasks like this:
$ ./gradlew tasks