-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lock installed package version #133
Comments
Can you give me an example of what you mean? |
com.distriqt.Application:6.8.2 has following dependencies:
but installing com.distriqt.Share:7.1.1 also updates the androidx.core to version 1.6.1 even the Share dependencies are compatible with version 1.3.2 of androidx.core:
I'm currently investigating an issue with androidx.core:1.6.1 and would therefore keep the version 1.3.2 for my app. |
The latest Share ANE is not compatible with androidx.core 1.3.2. 7.1.1 was incorrectly specifying 1.x.x but has been corrected in 7.1.2. However I would expect it to install 1.3.2 in the above case as it's specifically mentioned in the dependencies list. I'll check into what's happening there. There may be some case I'm not recalling. Also I believe you should be able to install the |
I already tried to 'lock' |
Okay, will look into adding a feature around this. But currently I don't recommend attempting to use Share v7.1.1 with the old androidx libs. It requires a newer version. |
With version 1.1.5 of apm a package gets updated even if it is compatible with a dependency of a new installed package,
It would be great if a package version can be locked and unlocked so that it will not get re-installed with a new version if it is still compatible,
The text was updated successfully, but these errors were encountered: