This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af45ab3
commit 7fce36a
Showing
125 changed files
with
1,129 additions
and
9,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# 构建笔记 | ||
## 构建笔记 | ||
|
||
为了安全(~~避嫌~~),本项目隐藏了第三方服务的API密钥等敏感信息。所以它不包含完整的项目结构,不能够直接构建。 | ||
|
||
在构建之前需要进行以下工作...... | ||
在构建之前需要进行以下工作 | ||
|
||
- 在`app`目录中加入Firebase配置文件`google-services.json` | ||
- 在项目根目录加入`custom_config.properties`,格式参考`custom_config.example.properties` | ||
|
||
### 备注 | ||
|
||
如果及其注重隐私或者没有注册Firebase服务,可以不去准备`google-services.json`并删除掉[应用层`build.gradle`](/app/build.gradle)中Firebase的相关依赖项,注释中有详细说明。 |
Oops, something went wrong.