Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 421 Bytes

Gsync

在不能使用GMS服务的的确帮助你同步Google Calendar, Google Contacts 和 Gmail。

如何编译

在启用AndroidStudio或者 gradle 编译之前设置如下环境变量:

# appAuthRedirectScheme, your_client_id and reversed id_client_your.
export APP_AUTH_REDIRECT_SCHEME=id_client_your
export CLIENT_ID=\"your_client_id\"
export REDIRECT_URI=\"id_client_your:/oauth2redirect\"