Merged
Conversation
Iamlooker
approved these changes
Jul 26, 2025
Member
|
Cool stuff I think you can probably just clean install Android Studio, which might fix a lot of stuff. I break my setup a lot as well specially when updating Thanks for the contribution 😃 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi :)
So, I'm not 100% sure if this is the correct fix as I'm having trouble building Droid-ify locally (my Android Studio setup has become a mess over the years), but looking through the code I'm fairly sure.
I took the version codes from https://apilevels.com/. In the case the versions mentioned a range, I used the lowest version name (2.3.3 - 2.3.7 = 2.3.3 for example).
I'm hoping this should fix KeepassDX being marked as having "Android Unknown" as minimum version due to using minSdk 15 (https://github.com/Kunzisoft/KeePassDX/blob/70665f110da9949b097fe5cbae5ae0c45d906981/app/build.gradle#L12):

Hope this helps :)