Skip to content

Commit 62c6195

Browse files
authored
Release/v11 (#31)
* feat: Updated Gradle and dependencies - 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 * Refactor: Update target SDK, improve code quality - 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. * Updated targetSdk to 36 and versionCode to 11
1 parent 0be996b commit 62c6195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
applicationId = "com.jk.gogit"
3131
minSdk = 29
3232
targetSdk = 36 // Updated from 34
33-
versionCode = 8
33+
versionCode = 11
3434
versionName = "1.0"
3535

3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)