You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the app easily useful for any conference, it should be packaged as an AAR so that it can be used by simply adding a dependency and some configuration information.
The text was updated successfully, but these errors were encountered:
To make this as easy to reuse as possible, this change restructures the app to be distributed as an AAR, with only theming and config information needing to come from the actual final app.
Still to be done:
* Move some final parts into config or firebase (conference image in nav drawer, etc.)
* Setup deploy information for Maven Central.
* Add documentation to readme about parts that need setup (build.gradle, themes, etc.)
To make the app easily useful for any conference, it should be packaged as an AAR so that it can be used by simply adding a dependency and some configuration information.
The text was updated successfully, but these errors were encountered: