mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-29 06:10:52 +00:00
update gradle version
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user