mirror of
https://github.com/JunkFood02/Seal.git
synced 2026-03-13 09:29:58 +08:00
misc: bump up dependencies
This commit is contained in:
4
.idea/deploymentTargetSelector.xml
generated
4
.idea/deploymentTargetSelector.xml
generated
@@ -4,10 +4,10 @@
|
||||
<selectionStates>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
<DropdownSelection timestamp="2024-10-05T06:43:34.695851Z">
|
||||
<DropdownSelection timestamp="2024-10-05T15:07:11.124601Z">
|
||||
<Target type="DEFAULT_BOOT">
|
||||
<handle>
|
||||
<DeviceId pluginId="PhysicalDevice" identifier="serial=29091FDH3007P1" />
|
||||
<DeviceId pluginId="LocalEmulator" identifier="path=/Users/junkfood/.android/avd/Resizable_Experimental_API_VanillaIceCream_2.avd" />
|
||||
</handle>
|
||||
</Target>
|
||||
</DropdownSelection>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
accompanist = "0.34.0"
|
||||
androidGradlePlugin = "8.7.0-alpha05"
|
||||
androidGradlePlugin = "8.7.0"
|
||||
androidxComposeBom = "2024.09.03"
|
||||
androidxCore = "1.13.1"
|
||||
androidMaterial = "1.12.0"
|
||||
@@ -9,8 +9,8 @@ androidxActivity = "1.9.2"
|
||||
graphics = "1.0.1"
|
||||
constraintLayout = "1.0.1"
|
||||
|
||||
androidxLifecycle = "2.8.5"
|
||||
androidxNavigation = "2.8.0"
|
||||
androidxLifecycle = "2.8.6"
|
||||
androidxNavigation = "2.8.2"
|
||||
|
||||
androidxEspresso = "3.5.0"
|
||||
androidxTestExt = "1.1.4"
|
||||
@@ -30,9 +30,9 @@ okhttp = "5.0.0-alpha.10"
|
||||
room = "2.6.1"
|
||||
ksp = "2.0.20-1.0.25"
|
||||
|
||||
youtubedlAndroid = "0.17.0"
|
||||
youtubedlAndroid = "0.17.1"
|
||||
|
||||
mmkv = "1.3.2"
|
||||
mmkv = "1.3.9"
|
||||
|
||||
koin = "4.0.0"
|
||||
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
#Mon Oct 23 22:26:59 CST 2023
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user