Skip to content

Commit

Permalink
Primal 1.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 9, 2024
1 parent 6e88724 commit d1dbcd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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 = 157
versionName = "1.7.2"
versionCode = 158
versionName = "1.7.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 1 addition & 3 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
## Changes
Implemented binary compression;
Implemented saving/removing profile feeds;
Fixed crashes;
New app shell & UX polish;
4 changes: 1 addition & 3 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Implemented binary compression;
Implemented saving/removing profile feeds;
Fixed crashes;
New app shell & UX polish;

0 comments on commit d1dbcd8

Please sign in to comment.