Skip to content

Commit

Permalink
chore: Updated min sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLudahl committed Sep 17, 2024
1 parent f1b022a commit cadd5ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {

plugins {
id "org.jlleitschuh.gradle.ktlint" version "12.1.1"
id 'com.google.devtools.ksp' version '2.0.0-1.0.21' apply false
id 'com.google.devtools.ksp' version '2.0.20-1.0.25' apply false
}

tasks.register('clean', Delete) {
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ coreKtx = "1.13.1"
datastorePreferences = "1.1.1"
espressoLibraryKotlin = "2023.9.01"
featureDelivery = "2.1.0"
firebaseBom = "33.1.2"
firebaseBom = "33.3.0"
firebaseCrashlyticsGradle = "3.0.2"
fluidSlider = "0.3.1"
googleServices = "4.4.2"
gradle = "8.5.1"
gradle = "8.6.0"
hiltAndroid = "2.51.1"
hiltAndroidGradlePlugin = "2.51.1"
hiltAndroidTesting = "2.51.1"
Expand All @@ -20,15 +20,15 @@ junit = "4.13.2"
kotlinGradlePlugin = "2.0.0"
legacySupportV4 = "1.0.0"
lifecycleExtensions = "2.2.0"
lifecycleLivedataKtx = "2.8.4"
lifecycleLivedataKtx = "2.8.5"
material = "1.12.0"
materialTapTargetPrompt = "3.3.2"
mockitoCore = "5.4.0"
navigationFragmentKtx = "2.7.7"
navigationFragmentKtx = "2.8.0"
orchestrator = "1.5.0"
perfPlugin = "1.4.2"
roomRuntime = "2.6.1"
runner = "1.6.1"
runner = "1.6.2"

[libraries]
accessibility-test-framework = { module = "com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework", version.ref = "accessibilityTestFramework" }
Expand Down

0 comments on commit cadd5ac

Please sign in to comment.