Skip to content

Commit 750acf3

Browse files
committed
Downgrade compileSdk to 34
1 parent a6cfa39 commit 750acf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ androidx-fragment-ktx = "1.6.2"
1414
androidx-glance-appwidget = "1.0.0"
1515
androidx-lifecycle-compose = "2.8.0-rc01"
1616
androidx-lifecycle-runtime-compose = "2.8.0-rc01"
17-
androidx-navigation = "2.8.0-beta07"
17+
androidx-navigation = "2.8.0-rc01"
1818
androidx-paging = "3.2.1"
1919
androidx-test = "1.5.0"
2020
androidx-test-espresso = "3.5.1"
2121
androidx-window = "1.3.0-beta02"
2222
androidxHiltNavigationCompose = "1.2.0"
2323
coil = "2.5.0"
2424
# @keep
25-
compileSdk = "35"
25+
compileSdk = "34"
2626
compose-compiler = "1.5.4"
2727
coreSplashscreen = "1.0.1"
2828
compose-latest = "1.7.0-beta05"

0 commit comments

Comments
 (0)