Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6af9041e24d88f456efa95be970826d6b5dd4d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Mumla

Mumla is a fork and continuation of [Plumble](https://github.com/acomminos/Plumble),
a robust GPLv3 Mumble client for Android originally written by Andrew Comminos.
It uses the [Humla](https://gitlab.com/quite/humla) protocol implementation
(forked from Comminos' [Jumble](https://github.com/acomminos/Jumble).

Mumla should run on Android 4.0 (IceCreamSandwich) and later (API Level 14+).

More to come...

## Building on GNU/Linux

    git submodule update --init --recursive
    ./gradlew assembleDebug

It's that simple!

## License

Mumla's [LICENSE](LICENSE) is GNU GPL v3+.