Skip to content

Commit

Permalink
update DOCS
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhdt committed Jan 20, 2022
1 parent d97197f commit 3f8003d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
.externalNativeBuild
.cxx
local.properties
/app/release
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Action

**Action** is an app that reminds users to focus on eco-friendly behaviors in their daily lives. **Action** calls a lot of device sensors (light sensor/acceleration sensor/gravity sensor, etc.), and integrates Google Awareness Api and Transition Api to help applications sense user behavior (such as picking up the phone, walking, running, etc.) and changes in the surrounding environment ( brightness/location, etc.), and give corresponding environmental protection suggestions.

Technically, JetPack is heavily used, and the interface follows the Material You design specification.

The database is stored in LeanCloud.
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1000253,
"versionName": "1.0.253.220108.d0b3bf2",
"versionCode": 1000282,
"versionName": "1.0.282.220117.d97197f",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 3f8003d

Please sign in to comment.