From 0b410595945f4cf9bb29313bb7251a9c80fa46b4 Mon Sep 17 00:00:00 2001 From: Jannik Date: Tue, 14 Nov 2017 12:47:35 +0100 Subject: [PATCH] Updated Documantation (markdown) --- Documantation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documantation.md b/Documantation.md index 1d5b21e..861f5eb 100644 --- a/Documantation.md +++ b/Documantation.md @@ -8,6 +8,7 @@ At first you need to clone cemu_UI `git clone https://github.com/Seil0/cemu_UI.g If you want to build a version that supports the cloud sync, you need to add a "client_secret.json" in "resources/". For more information hav a closer look at [developers.google.com](https://developers.google.com/api-client-library/python/guide/aaa_client_secrets). The default client_secret is not included for security reasons. ## Used libraries and apis +### libraries * JFoenix: https://github.com/jfoenixadmin/JFoenix * minimal-json: https://github.com/ralfstx/minimal-json * sqlite-jdbc: https://github.com/xerial/sqlite-jdbc @@ -18,6 +19,10 @@ If you want to build a version that supports the cloud sync, you need to add a " * Google Drive Api libraries: https://developers.google.com/drive/ * zip4j +### apis +* smmdb: https://github.com/Tarnadas/smmdb +* Google Drive Api https://developers.google.com/drive/ + ## coding style https://github.com/Seil0/cemu_UI/blob/master/CONTRIBUTING.md#java-sytleguide