Platypush mobile app repo.
Go to file
Fabio Manganiello af92780b5a Updated README 2021-04-28 02:03:01 +02:00
app New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
fastlane/metadata/android/en-US New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
gradle/wrapper New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
.gitignore New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
CHANGELOG.md New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
LICENSE Add LICENSE 2021-02-27 22:15:05 +01:00
README.md Updated README 2021-04-28 02:03:01 +02:00
build.gradle New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
gradle.properties New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
gradlew New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
gradlew.bat New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
settings.gradle New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00

README.md

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