mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
android: revert back to target API 31
Revert "gradle: bump AndroidX libraries for Tiramisu compat" This reverts commite364d0c64d
. Revert "gradle: downgrade activity-compose" This reverts commitfcf94f40e9
. Revert "build: upgrade to target Tiramisu" This reverts commit026d2fdb3a
.
This commit is contained in:
parent
2a87fcf968
commit
4f97d6f7dc
3 changed files with 5 additions and 8 deletions
|
@ -16,10 +16,10 @@ workmanager = "2.8.0-alpha02"
|
|||
[libraries]
|
||||
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.6.0-alpha03"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.6.0-alpha03"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0"
|
||||
androidx-core-ktx = "androidx.core:core-ktx:1.9.0-alpha03"
|
||||
androidx-core-ktx = "androidx.core:core-ktx:1.7.0"
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-beta02"
|
||||
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" }
|
||||
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue