Move stickers from VK to Telegram
- Get Flutter SDK from the official website
- Run
flutter doctor
and 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
secrets
folder in root - Put your
android-sign-key.jks
intosecrets
- Create a
passwords.properties
file insecrets
and putreleasePassword=yourpassword
into it