Skip to content

Commit

Permalink
[release] v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Jan 23, 2024
1 parent 011db86 commit fa394aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Collect Artifacts
id: collect_artifacts
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ All notable changes to this project will be documented in this file.

### Security

## [2.2.0] - 2024-04-05
## [2.2.1] - 2024-01-23

### Fixed

➤ Window Insets on android

### Changed
➤ Downgraded compose compiler to 1.5.6
➤ Updated the German short description (for f-droid)

## [2.2.0] - 2024-01-05

### Added

Expand Down
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 = 32
const val VERSION_NAME = "2.2.0"
const val VERSION_CODE = 33
const val VERSION_NAME = "2.2.1"
const val MAJOR_RELEASE = false

const val ANDROID_COMPILE_SDK = 34
Expand Down

0 comments on commit fa394aa

Please sign in to comment.