Skip to content

Commit

Permalink
- Update dependencies
Browse files Browse the repository at this point in the history
Update KSP to 2.0.20-1.0.25 and Ktor to 3.0.0
-rc-1.
Enable Gemini Recommendations setting in debug builds.
  • Loading branch information
jacobrein committed Sep 10, 2024
1 parent a38c221 commit b9d17e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ private fun SettingsScreen(
//TODO: This will be for the future when this works again
// right now it runs into java.lang.NoClassDefFoundError: Failed resolution of: Lio/ktor/client/plugins/HttpTimeout;
// once it doesn't, this will be fully implemented
if (false) {
if (BuildConfig.DEBUG) {
PreferenceSetting(
settingTitle = { Text("Gemini Recommendations") },
settingIcon = { Icon(Icons.Default.AutoAwesome, null, modifier = Modifier.fillMaxSize()) },
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generativeai = "0.9.0"
gradle = "8.6.0"

kotlin = "2.0.20"
kspVersion = "2.0.20-1.0.24"
kspVersion = "2.0.20-1.0.25"

androidxBaselineprofileGradlePlugin = "1.3.0"
composeCollapsable = "0.3.0"
Expand All @@ -29,7 +29,7 @@ jetpackCompiler = "1.5.11"
jetbrainsCompiler = "1.5.1"
accompanist = "0.36.0"
okhttpVersion = "4.12.0"
ktorVersion = "3.0.0-beta-2"
ktorVersion = "3.0.0-rc-1"
workVersion = "2.10.0-alpha03"
ziplineVersion = "1.1.0"
landscapist = "2.3.6"
Expand Down

0 comments on commit b9d17e5

Please sign in to comment.