mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 03:37:05 +05:30
gradle: downgrade activity-compose
This commit is contained in:
parent
123550b050
commit
fcf94f40e9
2 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,7 @@ 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-alpha01"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.6.0-alpha01"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0"
|
||||
androidx-core-ktx = "androidx.core:core-ktx:1.9.0-alpha02"
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
"managers": ["gradle"],
|
||||
"packagePatterns": ["^com.android.tools.build"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"managers": ["gradle"],
|
||||
"packagePatterns": ["^androidx.activity"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue