Skip to content

Commit

Permalink
Primal 0.100.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed May 16, 2024
1 parent 066b1be commit 54ba4d7
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -59,8 +59,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 125
versionName = "0.99.4"
versionCode = 126
versionName = "0.100.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
5 changes: 2 additions & 3 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
## Fixes
- Fixed sporadic crash when opening search screen.
- Fixed paddings and margins on feed notes.
## Features
- Video uploads.
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Implemented user tagging, recent users and connect other wallet, along with few stability fixes.
Implemented video upload.

0 comments on commit 54ba4d7

Please sign in to comment.