Skip to content
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

Dev/modernize project setup #80

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

burakozhan
Copy link

Modernize Project Setup

  • Move to new compileSdkVersion Target
  • Update dependencies (as far as we can get without breaking stuff)
  • Move to new-er minSdkVersion, because we hit the "65535 methods Dex Limit"
  • Mark Exported activities explicitly in Manifest, due to minSdkVersion change
  • Upgrade LeakCanary, as it will otherwise fail builds (minSdkVersion)
  • Migrate to AndroidX
  • Upgrade Android Gradle Plugin
  • Proguard is now deprecated
  • Update Gradle Wrapper
  • jCenter is now deprecated. Recommended replacement is MavenCentral.

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant