Dev/modernize project setup#80
Open
burakozhan wants to merge 7 commits intoDecentralizedAmateurPagingNetwork:masterfrom
Open
Dev/modernize project setup#80burakozhan wants to merge 7 commits intoDecentralizedAmateurPagingNetwork:masterfrom
burakozhan wants to merge 7 commits intoDecentralizedAmateurPagingNetwork:masterfrom
Conversation
jCenter is now deprecated. Recommended replacement is MavenCentral
- Proguard is now deprecated - Update Gradle Wrapper
- Upgrade Android Gradle Plugin
- Migrate to AndroidX
- Upgrade LeakCanary, as it will otherwise fail builds (minSdkVersion)
- Move to new-er minSdkVersion, because we hit the "65535 methods Dex Limit" - Mark Exported activities explicitly in Manifest, due to above change.
- Move to new compileSdkVersion Target - Update dependencies (as far as we can get without breaking stuff)
|
@IHFSchwarz @kking-2 @dh3wr would you accept/review/merge PRs once approved? The App is currently unusable on recent Android Versions. I'd also be happy to help out if there is a chance to get this shipped. |
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.
Modernize Project Setup