Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
  • Loading branch information
theimpulson committed Nov 5, 2023
1 parent a353cd8 commit 325009e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changelog : v0.0.3 (4)
• Show shimmer animation while loading where possible
• Translation updates
• UI and UX improvements

Changelog : v0.0.2 (3)
• Hide non-visible discussions
• Rename trending category to What's new
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId = "io.aayush.relabs"
minSdk = 21
targetSdk = 34
versionCode = 3
versionName = "0.0.2"
versionCode = 4
versionName = "0.0.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 325009e

Please sign in to comment.