Skip to content

Commit

Permalink
Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Dec 12, 2024
1 parent 604e416 commit 72c6012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk = 31
targetSdk = 35
versionCode = 18
versionName = "v1.10"
versionCode = 19
versionName = "v1.10.1"
}

buildTypes {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changelog:

• Fixed F-Droid build issue.
• Suggest to open theme config with ColorBlendr.

0 comments on commit 72c6012

Please sign in to comment.