Skip to content

Commit

Permalink
Updating the kotlin version from 2.0.0 to 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Feb 23, 2025
1 parent c1f125f commit 2a1d03c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 20,
"versionName": "1.2.0",
"versionCode": 1002009,
"versionName": "1.2.9",
"outputFile": "app-release.apk"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ fun Project.configureAndroidCompose(extension: CommonExtension<*, *, *, *, *, *>
buildConfig = true
}

composeOptions {
kotlinCompilerExtensionVersion =
libs.findVersion("androidxComposeCompiler").get().toString()
}

dependencies {
val bom = libs.findLibrary("androidx-compose-bom").get()
add("implementation", platform(bom))
Expand Down
21 changes: 10 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ androidxActivity = "1.10.0"
androidxAppCompat = "1.7.0"
androidxMaterial = "1.12.0"
androidxBrowser = "1.7.0"
androidxComposeBom = "2025.01.00"
androidxComposeCompiler = "1.5.14"
androidxComposeRuntimeTracing = "1.7.6"
androidxComposeBom = "2025.02.00"
androidxComposeRuntimeTracing = "1.7.8"
lottieCompose = "6.4.0"
material3 = "1.3.1"
androidxCore = "1.15.0"
Expand All @@ -20,7 +19,7 @@ androidxLifecycle = "2.8.7"
androidxMacroBenchmark = "1.3.3"
benchmark = "1.3.3"
androidxMetrics = "1.0.0-beta01"
androidxNavigation = "2.8.5"
androidxNavigation = "2.8.7"
androidxProfileinstaller = "1.4.1"
androidxSplashScreen = "1.0.1"
androidxStartup = "1.2.0"
Expand All @@ -33,25 +32,25 @@ androidxTracing = "1.2.0"
androidxUiAutomator = "2.3.0"
androidxWindowManager = "1.3.0"
androidxWork = "2.10.0"
firebaseBom = "33.8.0"
firebaseCrashlyticsPlugin = "3.0.2"
firebaseBom = "33.9.0"
firebaseCrashlyticsPlugin = "3.0.3"
firebasePerfPlugin = "1.4.2"
firebaseDistribution = "5.1.0"
firebaseDistribution = "5.1.1"
googleOss = "17.1.0"
opencsv = "4.6"
review = "2.0.2"
googleOssPlugin = "0.10.6"
spotless = "6.23.0"
hilt = "2.51.1"
hilt = "2.55"
hiltExt = "1.2.0"
jacoco = "0.8.12"
junit4 = "4.13.2"
kotlin = "2.0.0"
kotlin = "2.1.10"
kotlinxCoroutines = "1.8.1"
kotlinxDatetime = "0.5.0"
kotlinxSerializationJson = "1.6.3"
ksp = "2.0.0-1.0.21"
lint = "31.8.0"
ksp = "2.1.10-1.0.29"
lint = "31.8.1"
okhttp = "4.12.0"
retrofit = "2.11.0"
retrofitKotlinxSerializationJson = "1.0.0"
Expand Down

0 comments on commit 2a1d03c

Please sign in to comment.