Skip to content

Commit 32b9347

Browse files
committed
[release] v2.1.3
1 parent f16beda commit 32b9347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- uses: actions/upload-artifact@v3
136136
with:
137137
name: android-bundles
138-
path: ${{ steps.collect_artifacts.artifacts }}
138+
path: ${{ steps.collect_artifacts.outputs.artifacts }}
139139

140140
desktop_release:
141141
name: Build desktop apps

buildSrc/src/main/kotlin/Artifacts.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
object Artifact {
22
const val APP_ID = "me.sujanpoudel.playdeals"
33
const val APP_NAME = "App Deals"
4-
const val VERSION_CODE = 26
5-
const val VERSION_NAME = "2.1.1"
4+
const val VERSION_CODE = 28
5+
const val VERSION_NAME = "2.1.3"
66
const val MAJOR_RELEASE = false
77

88
const val ANDROID_COMPILE_SDK = 34

0 commit comments

Comments
 (0)