-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce minSdk version and increase targetSdk version
minSdk can drop to 29 because it turns out that the splash screen is supported on that release too, just not as well. AndroidStudio has been complaining about the targetSdk not being the latest, so bump that up at the same time. In doing so move the dependencies to using libs.versions.toml which is the current way to handle package versions.
- Loading branch information
Showing
2 changed files
with
112 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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