Skip to content

wiresafe/riot-android

 
 

Repository files navigation

Riot

Riot is an Android Matrix client.

Get it on Google Play

Get it on F-Droid

Build instructions

This client is a standard android studio project.

If you want to compile it in command line with gradle, go to the project directory:

Debug mode:

./gradlew assembleDebug

Release mode:

./gradlew assembleRelease

And it should build the project (you need to have the right android SDKs)

Jitsi integration

How to build JitsiMeet libs:

FAQ

  1. What is the minimum android version supported?

    the mininum SDK is 16 (android 4.1)

  2. Where the apk is generated?

    Riot/build/outputs/apk

About

A glossy Matrix collaboration client for Android

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.0%
  • JavaScript 4.4%
  • Other 0.6%