Skip to content

Commit

Permalink
Primal 2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Oct 29, 2024
1 parent ba97b09 commit 4bd09c8
Show file tree
Hide file tree
Showing 3 changed files with 5 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 = 169
versionName = "2.0.1"
versionCode = 170
versionName = "2.0.2"

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
@@ -1,2 +1,3 @@
## Changes
- Fixed api calls failing sometimes even though all events were received
- Fixed api calls failing sometimes even though all events were received;
- Zap on article pill is now clickable;
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 @@
Primal 2.0 alpha preview
Primal 2.0 beta preview

0 comments on commit 4bd09c8

Please sign in to comment.