fix(build): resolve Gradle and manifest issues for TorrentEngine

- Remove deprecated android.enableBuildCache from gradle.properties
- Downgrade Kotlin from 2.1.0 to 1.9.24 for Room compatibility
- Add tools namespace to AndroidManifest.xml
- Restore LibTorrent4j to 2.1.0-28 (verified available version)

Known issue: TorrentEngine.kt needs API updates for LibTorrent4j 2.1.x
See compilation errors related to SessionParams, popAlerts, TorrentInfo constructor
This commit is contained in:
factory-droid[bot]
2025-10-02 12:27:20 +00:00
parent 18295e1bc4
commit 2f191dd302
4 changed files with 5 additions and 3 deletions

View File

@@ -16,5 +16,5 @@ kotlin.incremental=true
kotlin.incremental.usePreciseJavaTracking=true
# Build optimization
android.enableBuildCache=true
# android.enableBuildCache=true # Deprecated in AGP 7.0+, use org.gradle.caching instead
org.gradle.vfs.watch=false