Skip to content

Commit 13a4f52

Browse files
authored
Merge pull request #16 from DanielRendox/develop
Update app version code to 5
2 parents 89e22ab + bf02a48 commit 13a4f52

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

PRIVACY_POLICY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Privacy Policy
2+
3+
All data provided to Grocery Genius is stored locally on your device. Your data is never uploaded to any external servers, and the developers of Grocery Genius do not have access to it. Your data is not shared with any third parties. Grocery Genius does not include any advertisement libraries or third-party tracking (analytics) code. No registration is required, and the app does not request your name, email, phone number, or any other personal information.
4+
5+
Grocery Genius uses an internet connection solely to fetch and regularly update the grocery database. This database is downloaded directly from this GitHub repository and is located in the root assets folder of the project.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Grocery Genius is a free, customizable shopping list app with a modern design, a
3232
- **Customization.** You can choose a default grocery list, reorder categories, switch between dark and light modes, and choose a different color scheme in the settings.
3333
- **Offline Mode.** Initially, the app requires an internet connection to fetch predefined groceries. After that, you can use it fully offline.
3434
- **Completely Free.** Grocery Genius is free and open source, with no limitations. Add as many grocery lists as you want. All features available now will remain free forever.
35+
- **Respects Your Privacy.** Your confidential data always remains on your device. Neither the developers nor any third parties have access to your information. For more details, see the [Privacy Policy](https://github.com/DanielRendox/GroceryGenius/blob/develop/PRIVACY_POLICY.md).
3536

3637
## Roadmap
3738

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
applicationId = "com.rendox.grocerygenius"
1616
minSdk = 21
1717
targetSdk = 34
18-
versionCode = 2
18+
versionCode = 5
1919
versionName = "0.1.2"
2020

2121
testInstrumentationRunner = "com.rendox.grocerygenius.testing.GroceryGeniusTestRunner"

0 commit comments

Comments
 (0)