update gradle version

This commit is contained in:
Kavish Devar
2024-10-10 08:26:27 +05:30
parent a296117ec5
commit 0487ea1f69
2 changed files with 2 additions and 2 deletions

View File

@@ -478,7 +478,7 @@ fun NoiseControlSlider(service: AirPodsService) {
service.setAdaptiveStrength(it.toInt())
},
valueRange = 0f..100f,
steps = 99,
steps = 3,
modifier = Modifier
.fillMaxWidth(),
colors = SliderDefaults.colors(

View File

@@ -1,6 +1,6 @@
[versions]
accompanistPermissions = "0.36.0"
agp = "8.7.0-beta01"
agp = "8.7.0-rc01"
hiddenapibypass = "4.3"
kotlin = "2.0.0"
coreKtx = "1.13.1"