Skip to content

Commit

Permalink
Primal 0.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Sep 29, 2023
1 parent 0e0c857 commit 62bbc85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

- Implemented edit profile screen;
- Implemented TOS notice on welcome screen;
- Fixed welcome screen for small screen devices;
- Fixed welcome screen for small screen devices;
- Persist theme locally;
- Fix displayName and username input fields positions on edit/create profile
- Implement profile context menu;
- Implement note context menu;
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 41
versionName = "0.17.0"
versionCode = 42
versionName = "0.17.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 62bbc85

Please sign in to comment.