Skip to content

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)
@kimar
Copy link

kimar commented Sep 18, 2025

@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.

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.

2 participants