Skip to content

Commit

Permalink
Primal 0.96.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Mar 21, 2024
1 parent f29b779 commit 08d1de0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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 = 103
versionName = "0.96.4"
versionCode = 104
versionName = "0.96.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
1 change: 1 addition & 0 deletions app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Changes
- Implement report abuse feature;
- Onboarding image uploading immediately;
- Fixed media gallery; Improved dots visibility;
- Disable going back on login and create account;
Expand Down
8 changes: 3 additions & 5 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Changes
- Wallet activation in onboarding;
- New create account screen;
- New welcome screen;
- New login screen;
- Implemented report abuse feature;
- Improved onboarding experience;
- App now follows dark theme system settings until user manually changes theme;
- Implemented new api for edge to edge screen support - improved screen transitions with full screen colors;
- Improved full screen transitions;

0 comments on commit 08d1de0

Please sign in to comment.