diff --git a/.gitignore b/.gitignore index aa724b7..2cf9b31 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +/app/release diff --git a/README.md b/README.md index 022c551..01857c1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/app/release/app-release.apk b/app/release/app-release.apk index 127cfae..adfcbb2 100644 Binary files a/app/release/app-release.apk and b/app/release/app-release.apk differ diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 2d9cbf1..6e49497 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -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" } ],