Platypush mobile app repo.
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.
 
 
 
 
Fabio Manganiello af92780b5a
Updated README
2 years ago
app New app version based on native Kotlin implementation 2 years ago
fastlane/metadata/android/en-US New app version based on native Kotlin implementation 2 years ago
gradle/wrapper New app version based on native Kotlin implementation 2 years ago
.gitignore New app version based on native Kotlin implementation 2 years ago
CHANGELOG.md New app version based on native Kotlin implementation 2 years ago
LICENSE Add LICENSE 2 years ago
README.md Updated README 2 years ago
build.gradle New app version based on native Kotlin implementation 2 years ago
gradle.properties New app version based on native Kotlin implementation 2 years ago
gradlew New app version based on native Kotlin implementation 2 years ago
gradlew.bat New app version based on native Kotlin implementation 2 years ago
settings.gradle New app version based on native Kotlin implementation 2 years ago

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