Skip to content

Commit

Permalink
Primal 1.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Sep 17, 2024
1 parent 238d512 commit cee09e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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 = 151
versionName = "1.6.2"
versionCode = 152
versionName = "1.6.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
- New notes & reads app shell;
- New notes & reads feeds with feed marketplace;
- Advanced search UI;
- Profile details header revamp;
- Compose 1.7;
- Compose 1.7;
- Profile details header revamp & tabs;
- Centralized note business logic;
5 changes: 3 additions & 2 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- New notes & reads app shell;
- New notes & reads feeds with feed marketplace;
- Advanced search UI;
- Profile details header revamp;
- Compose 1.7;
- Compose 1.7;
- Profile details header revamp & tabs;
- Centralized note business logic;

0 comments on commit cee09e5

Please sign in to comment.