Releases: smartmobilefactory/SMF-Android-Commons
Releases · smartmobilefactory/SMF-Android-Commons
v2.0.0 - Remove AppCenter Integration
Breaking Changes
🚨 AppCenter Integration Removed
Microsoft AppCenter service has been discontinued. All AppCenter-related code and dependencies have been removed from the library.
Removed Components:
SmfAppCenterclass and all AppCenter setup functionality- AppCenter dependencies (
appcenter-crashes,appcenter-distribute, etc.) APPCENTER_APP_IDbuild configuration
📋 Migration Guide
Projects using AppCenter integration need to:
- Remove all
SmfAppCenter.setup()calls from your application code - Remove any AppCenter configuration from your project's config JSON files
- Consider alternative crash reporting solutions if needed
✅ What Remains
Sentry Integration - Fully functional error tracking
SmfSentry.setup(application, sentryDSN, buildType)Development Tools - All debugging utilities in smftools remain unchanged
Gradle Commons - Build configuration system continues to work as before
Other Changes
- 📚 Updated README.md with current project structure
- 📝 Added comprehensive CLAUDE.md for development guidance
- 🧹 Cleaned up build configurations
Dependencies
- Sentry Android SDK: 6.23.0
- Timber: 5.0.1
- Compile SDK: 34
- Target Java: 17