Skip to content

Commit

Permalink
Primal 1.8.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 23, 2024
1 parent a926ec8 commit 0cba06d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 35
versionCode = 165
versionName = "1.8.6"
versionCode = 166
versionName = "1.8.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
1 change: 1 addition & 0 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Changes
- Fix image/video advanced search not showing the feed
- Set chronological feeds to expire after 24 hours
- Fix New Notes pill button feed performances
- Fix referenced events borders per figma design
Expand Down

0 comments on commit 0cba06d

Please sign in to comment.