Skip to content

Commit

Permalink
Version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Jul 31, 2024
1 parent b9b817d commit 8a25cf0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Version 3.5.1 (2024-07-31)

* Added the option to create V1/V2/hybrid torrents
* Added the ability to go to any folder by path in the file manager
* Split APK support for F-Droid
* Fixed display of dialog if permission is already granted

### Version 3.5 (2024-07-27)

**Warning:** Merging trackers when adding torrent duplicate is temporarily disabled due to an error in a third-party library.
Expand Down
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ android {
minSdkVersion 24
targetSdkVersion 34
compileSdk 34
versionCode 5000027
/*
* Convection:
* major.minor.[revision][-some_info]
*/
versionName '3.5'
// Version code format: 0000xx0
// xx - version code
// trailing zero - auto increment for split ABI
versionCode 9000280
// Version format: major.minor.[revision][-some_info]
versionName '3.5.1'
vectorDrawables.useSupportLibrary true
multiDexEnabled true

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9000280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Added the option to create V1/V2/hybrid torrents
* Added the ability to go to any folder by path in the file manager
* Split APK support for F-Droid
* Fixed display of dialog if permission is already granted
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ru/changelogs/9000280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Добавлена возможность создания V1/V2/гибридных торрентов
* Добавлена возможность перехода к любой папке по пути в файловом менеджере
* Поддержка раздельных APK для F-Droid
* Исправлено отображение диалога, если разрешение уже предоставлено

0 comments on commit 8a25cf0

Please sign in to comment.