Skip to content

CDrummond/lms-material-app

Repository files navigation

Introduction

This application requires that you run LMS and have the Material-Skin plugin installed. However, it is not required for Material to be set as the default skin.

This app is based upon https://github.com/andreasbehnke/lms-material-app

Get it on F-Droid

Building and signing the app

You can build the app using your own signing key. Only signed apk files can be installed by downloading, so the signing process is required.

Read this documentation for details: https://developer.android.com/studio/publish/app-signing

  • create a jsk keystore and a key for signing app:
keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias
  • create file keystore.properties:
storePassword=myStorePassword
keyPassword=mykeyPassword
keyAlias=my-alias
storeFile=my-release-key.jks
  • secure this file:
chmod 600 keystore.properties
  • build release apk:
./gradlew assembleRelease
  • move release artifact to your phone:
/lms-material-app/lms-material/build/outputs/apk/release/lms-material-release.apk 

Donations

I develop this skin purely for fun, so no donations are required. However, seeing as I have been asked about this a few times, here is a link...

paypal