Skip to content

Conversation

@jk2pr
Copy link
Owner

@jk2pr jk2pr commented Sep 19, 2025

  • Upgraded Gradle to 8.13
  • Updated various library dependencies to their latest versions
  • Refactored HyperLinkText to use Text composable with LinkAnnotation for link handling
  • Switched from dataOrThrow() to dataAssertNoErrors for GraphQL responses
  • Updated Koin import from androidx.viewmodel.dsl.viewModel to org.koin.core.module.dsl.viewModel
  • Removed KoinAndroidContext wrapper in MainActivity
  • Added javax.inject dependency
  • Set compileSdk to 36
  • Configured connectTimeout and socketTimeout for Ktor HttpClient engine

- Upgraded Gradle to 8.13
- Updated various library dependencies to their latest versions
- Refactored HyperLinkText to use Text composable with LinkAnnotation for link handling
- Switched from `dataOrThrow()` to `dataAssertNoErrors` for GraphQL responses
- Updated Koin import from `androidx.viewmodel.dsl.viewModel` to `org.koin.core.module.dsl.viewModel`
- Removed `KoinAndroidContext` wrapper in MainActivity
- Added `javax.inject` dependency
- Set compileSdk to 36
- Configured connectTimeout and socketTimeout for Ktor HttpClient engine
- Updated target SDK to 36.
- Refactored LoginScreen to use `LocalActivity` and new LinkAnnotation API.
- Simplified SharedPreferences usage in GoGitApplication.
- Removed unused imports and variables.
- Standardized Kotlin JVM target to 1.8.
- Minor code cleanup in various files.
@jk2pr jk2pr merged commit 0be996b into master Sep 20, 2025
2 checks passed
@jk2pr jk2pr deleted the feature/fix-update-dependencies branch September 20, 2025 11:54
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