Move stickers from VK to Telegram
- Get Flutter SDK from the official website
- Run
flutter doctorand make sure Android toolchain is working, you might need to accept licenses and install Android Studio for that.
- Prepare signing keys
- Grab all dependencies by
flutter pub get
Optional: Update emoji metadata
Run
dart run bin/emoji_metadata.dart
- Run
flutter build apk --release - Grab the files from
/build/app/outputs/apk/release
- run
git submodule update --init --recursive
- Put a .jks key in
- Create a
secretsfolder in root - Put your
android-sign-key.jksintosecrets - Create a
passwords.propertiesfile insecretsand putreleasePassword=yourpasswordinto it