mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
chore: upgrade dependencies (#1670)
This commit is contained in:
parent
ef041869e5
commit
088de60c91
4 changed files with 14 additions and 14 deletions
|
@ -9,8 +9,8 @@ import androidx.compose.foundation.layout.PaddingValues
|
|||
import androidx.compose.foundation.layout.Spacer
|
||||
import androidx.compose.foundation.layout.fillMaxWidth
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.material3.AlertDialog
|
||||
import androidx.compose.material3.AlertDialogDefaults
|
||||
import androidx.compose.material3.BasicAlertDialog
|
||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||
import androidx.compose.material3.LocalContentColor
|
||||
import androidx.compose.material3.LocalTextStyle
|
||||
|
@ -46,7 +46,7 @@ fun AlertDialogExtended(
|
|||
tonalElevation: Dp = AlertDialogDefaults.TonalElevation,
|
||||
textHorizontalPadding: PaddingValues = PaddingValues(horizontal = 24.dp)
|
||||
) {
|
||||
AlertDialog(onDismissRequest = onDismissRequest) {
|
||||
BasicAlertDialog(onDismissRequest = onDismissRequest) {
|
||||
Surface(
|
||||
modifier = modifier,
|
||||
shape = shape,
|
||||
|
|
|
@ -5,7 +5,7 @@ import androidx.compose.foundation.layout.Arrangement
|
|||
import androidx.compose.foundation.layout.Column
|
||||
import androidx.compose.foundation.layout.PaddingValues
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.material3.Divider
|
||||
import androidx.compose.material3.HorizontalDivider
|
||||
import androidx.compose.material3.ListItem
|
||||
import androidx.compose.material3.RadioButton
|
||||
import androidx.compose.material3.Text
|
||||
|
@ -71,7 +71,7 @@ fun ImportBundleTypeSelectorDialog(
|
|||
)
|
||||
}
|
||||
)
|
||||
Divider(modifier = Modifier.padding(horizontal = 16.dp))
|
||||
HorizontalDivider(modifier = Modifier.padding(horizontal = 16.dp))
|
||||
ListItem(
|
||||
modifier = Modifier.clickable(
|
||||
role = Role.RadioButton,
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
[versions]
|
||||
ktx = "1.12.0"
|
||||
ui-tooling = "1.6.0-alpha08"
|
||||
viewmodel-lifecycle = "2.6.2"
|
||||
material3 = "1.2.0"
|
||||
ui-tooling = "1.6.2"
|
||||
viewmodel-lifecycle = "2.7.0"
|
||||
splash-screen = "1.0.1"
|
||||
compose-activity = "1.8.2"
|
||||
paging = "3.2.1"
|
||||
preferences-datastore = "1.0.0"
|
||||
work-runtime = "2.8.1"
|
||||
compose-bom = "2023.10.01"
|
||||
work-runtime = "2.9.0"
|
||||
compose-bom = "2024.02.01"
|
||||
accompanist = "0.30.1"
|
||||
serialization = "1.6.0"
|
||||
collection = "0.3.5"
|
||||
room-version = "2.5.2"
|
||||
room-version = "2.6.1"
|
||||
revanced-patcher = "19.1.0"
|
||||
revanced-library = "1.4.0"
|
||||
koin-version = "3.4.3"
|
||||
|
@ -20,14 +21,14 @@ reimagined-navigation = "1.5.0"
|
|||
ktor = "2.3.3"
|
||||
markdown-renderer = "0.8.0"
|
||||
fading-edges = "1.0.4"
|
||||
androidGradlePlugin = "8.2.0"
|
||||
androidGradlePlugin = "8.3.0"
|
||||
kotlinGradlePlugin = "1.9.10"
|
||||
devToolsGradlePlugin = "1.9.10-1.0.13"
|
||||
aboutLibrariesGradlePlugin = "10.8.3"
|
||||
coil = "2.4.0"
|
||||
app-icon-loader-coil = "1.5.0"
|
||||
skrapeit = "1.2.2"
|
||||
libsu = "5.2.0"
|
||||
libsu = "5.2.1"
|
||||
scrollbars = "1.0.4"
|
||||
|
||||
[libraries]
|
||||
|
@ -47,7 +48,7 @@ compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|||
compose-ui-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
||||
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "ui-tooling" }
|
||||
compose-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" }
|
||||
compose-material3 = { group = "androidx.compose.material3", name = "material3", version = "1.2.0-beta01"}
|
||||
compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3"}
|
||||
compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
|
||||
|
||||
# Coil
|
||||
|
|
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,7 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
Loading…
Reference in a new issue