Skip to content

Commit

Permalink
[release] v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Dec 17, 2023
1 parent b16a835 commit a548161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Feature
- Preparing for F-droid release
- F-droid release
- Attempt fix for reproducible build
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object Artifact {
const val APP_ID = "me.sujanpoudel.playdeals"
const val APP_NAME = "App Deals"
const val VERSION_CODE = 29
const val VERSION_NAME = "2.1.4"
const val VERSION_CODE = 30
const val VERSION_NAME = "2.1.5"
const val MAJOR_RELEASE = false

const val ANDROID_COMPILE_SDK = 34
Expand Down

0 comments on commit a548161

Please sign in to comment.