Maciej Kaczor
Maciej Kaczor
I wasn't able to do it. ```kts tasks.withType { checkForGradleUpdate = true checkConstraints = true gradleReleaseChannel = GradleReleaseChannel.CURRENT.id revision = "release" // rejectVersionIf { // isNonStable(candidate.version) // } resolutionStrategy {...
No, this wasn't problem.
This is kotlin script. There is no `conf.canBeResolved`, that's why I used `conf.isCanBeResolved`.
Thank you, I will check my device name after work.
Btw, maybe it is in log: ``` App version: 0.16.3 (standard, 139663a, 4, 2024-01-29T20:34Z) Android version: 8.1.0 (SDK 27; build px30_eink-userdebug 8.1.0 OPM8.190505.001 123531 dev-keys) ... Device name: px30_eink (A602)...
https://github.com/wummel/patool/blob/30716c1ea02743b2c31e65ea83faae04e53252da/patoolib/programs/tar.py#L53 This might be the problem. Windows `tar.exe` is `bsdtar`.
I kind of managed to work around it. Downloaded new official `bsdtar.exe`, changed name to `tar.exe` and added it to `PATH`. ([libarchive](https://www.libarchive.org/)) Propably `patool` also need to check if it...
It was related to pyenv for windows. After removing pyenv and it's PATH everything working again.