Skip to content

Commit

Permalink
[release] v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Jan 5, 2024
1 parent ff59b28 commit 7f54b5f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Feature

- F-droid release
- Attempt fix for reproducible build

# Changelog

All notable changes to this project will be documented in this file.
Expand All @@ -21,6 +16,17 @@ All notable changes to this project will be documented in this file.

### Security

## [2.2.0] - 2024-04-05

### Added

➤ Support for different currencies
➤ Ability to search deals

### Fixed

➤ Navigation animations

## [2.1.6] - 2023-12-24

### Changed
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG/android-whats-new/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
➤ Support for push notification
➤ Support for different currencies
➤ Ability to search deals
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Artifact {
const val APP_ID = "me.sujanpoudel.playdeals"
const val VERSION_CODE = 31
const val VERSION_NAME = "2.1.6"
const val VERSION_CODE = 32
const val VERSION_NAME = "2.2.0"
const val MAJOR_RELEASE = false

const val ANDROID_COMPILE_SDK = 34
Expand Down

0 comments on commit 7f54b5f

Please sign in to comment.