Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
第三次重新构建
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuunoakaihitomi committed Aug 17, 2020
1 parent af45ab3 commit 7fce36a
Show file tree
Hide file tree
Showing 125 changed files with 1,129 additions and 9,038 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Built application files
*.apk
*.aar
*.ap_
*.aab

Expand All @@ -13,6 +14,8 @@
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
release/

# Gradle files
.gradle/
Expand Down Expand Up @@ -41,10 +44,11 @@ captures/
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches
# Android Studio 3 in .gitignore file.
.idea/caches/build_file_checksums.ser
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
Expand All @@ -53,6 +57,7 @@ captures/

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/

# Google Services (e.g. APIs or Firebase)
google-services.json
Expand All @@ -79,5 +84,5 @@ lint/outputs/
lint/tmp/
# lint/reports/

# 自定义配置(私密配置)
custom_config.properties
# Android Profiling
*.hprof
11 changes: 6 additions & 5 deletions BUILD_NOTE.md
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的相关依赖项,注释中有详细说明。
128 changes: 0 additions & 128 deletions HELP.md

This file was deleted.

Loading

0 comments on commit 7fce36a

Please sign in to comment.