Skip to content

Commit

Permalink
Primal 1.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Aug 2, 2024
1 parent 7cf204e commit 093f111
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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 = 145
versionName = "1.5.6"
versionCode = 146
versionName = "1.5.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- Implemented rendering article comments;
- Implemented rendering article on ThreadScreen;
- Implemented article commenting and commenting on article comments;
- Implemented font size variations on articles;
- Implemented font size variations on articles;
- Implemented feed picker and changing article feeds;
3 changes: 2 additions & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Implemented article details header and top zaps;
Implemented rendering article comments;
Implemented rendering article on ThreadScreen;
Implemented article commenting and commenting on article comments;
Implemented font size variations on articles;
Implemented font size variations on articles;
Implemented feed picker and changing article feeds;

0 comments on commit 093f111

Please sign in to comment.