Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 9, 2024
1 parent 2ddfec4 commit cc3d09b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG
=========

1.0.4 (09.07.2024) 10- Commits
------------------

### Function

- Add: Indexes to Room entities
- Add: None Source & Request
- Fix: A memory leak
- Update: Revamp Request

### UI/UX

- Remove: All from explore page

1.0.3 (06.07.2024) 30+ Commits +30 Translations
------------------

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 24
targetSdk = 34
versionCode = 1015
versionName = "1.0.3"
versionCode = 1016
versionName = "1.0.4"
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")

javaCompileOptions {
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/1016.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Add: Indexes to Room entities
Add: None Source & Request
Fix: A memory leak
Update: Revamp Request
Remove: All from explore page

0 comments on commit cc3d09b

Please sign in to comment.