Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.69 KB

File metadata and controls

27 lines (21 loc) · 1.69 KB

✨ Moegram

Experimental third-party Telegram client based on official sources.

Channel Chat Download

Licensed under the GNU General Public License v2.0

Compilation Guide

  1. Clone Moegram's source code using git clone https://github.com/Moegram/Moegram/
  2. Fill out values in Extra.java.example with your API keys and rename it to Extra.java.
  3. Open the project in Android Studio. It should be opened, not imported
  4. You are ready to compile Moegram
  • Moegram can be built with Android Studio or from the command line with Gradle:
./gradlew assembleRelease

Thanks to: