Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartuzen committed Feb 9, 2025
1 parent b3fafdd commit 7457ab0
Show file tree
Hide file tree
Showing 6 changed files with 19,264 additions and 90,584 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId = "dev.bartuzen.qbitcontroller"
minSdk = 21
targetSdk = 35
versionCode = 20
versionName = "1.1.0"
versionCode = 21
versionName = "1.1.1"

buildConfigField("String", "SOURCE_CODE_URL", "\"https://github.com/Bartuzen/qBitController\"")
}
Expand Down
27,500 changes: 4,836 additions & 22,664 deletions app/src/firebaseRelease/generated/baselineProfiles/baseline-prof.txt

Large diffs are not rendered by default.

27,500 changes: 4,836 additions & 22,664 deletions app/src/firebaseRelease/generated/baselineProfiles/startup-prof.txt

Large diffs are not rendered by default.

27,419 changes: 4,792 additions & 22,627 deletions app/src/freeRelease/generated/baselineProfiles/baseline-prof.txt

Large diffs are not rendered by default.

27,419 changes: 4,792 additions & 22,627 deletions app/src/freeRelease/generated/baselineProfiles/startup-prof.txt

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Made changes to notification system
- Added placeholders to display when the torrent list is empty
- Added popularity and availability metrics for torrents
- Added ability to modify RSS feed URLs
- Improved searching
- Bug fixes

0 comments on commit 7457ab0

Please sign in to comment.