You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
361 B
361 B
This repository contains the source for the Platypush mobile app. As of now only Android is supported.
Build
Debug mode:
./gradlew assembleDebug
# APK generated under app/build/outputs/apk/debug/app-debug.apk
Release mode:
./gradlew assembleRelease
# APK generated under app/build/outputs/apk/release/app-release-unsigned.apk