Skip to content

Commit

Permalink
Merge pull request #177 from Mahmud0808/master
Browse files Browse the repository at this point in the history
Merge master into fdroid
  • Loading branch information
Mahmud0808 authored Jan 17, 2025
2 parents 7806c4c + fe77231 commit 5d84c2a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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 = 22
versionName = "v1.11.1"
versionCode = 23
versionName = "v1.11.2"
}

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

• Fix F-Droid build issue.
• Bump dependencies.

Translation credit goes to all the contributors on our Crowdin platform.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = "8.8.0"
androidUtils = "0.0.5"
annotation = "1.9.1"
appcompat = "1.7.0"
blurView = "version-2.0.3"
blurView = "version-2.0.6"
circleimageview = "3.1.0"
constraintlayout = "2.2.0"
coreKtx = "1.15.0"
Expand All @@ -12,13 +12,13 @@ flexbox = "3.0.0"
glide = "4.16.0"
gson = "2.11.0"
hiddenapibypassVersion = "4.3"
kapt = "2.0.0"
kapt = "2.1.0"
kotlin = "2.0.21"
libsuVersion = "6.0.0"
material = "1.12.0"
palette = "1.0.0"
preferenceKtx = "1.2.1"
recyclerview = "1.3.2"
recyclerview = "1.4.0"
recyclerviewSelection = "1.1.0"
remotepreferences = "0.8"
shizuku = "12.1.0"
Expand Down

0 comments on commit 5d84c2a

Please sign in to comment.