mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 18:27:00 +05:30
chore(deps): update agp to v8.0.0-alpha01
This commit is contained in:
parent
f9109c29b1
commit
2594c172f0
2 changed files with 2 additions and 5 deletions
|
@ -6,7 +6,7 @@ org.gradle.caching=true
|
|||
org.gradle.vfs.watch=true
|
||||
|
||||
# Disable cache-fix version warning
|
||||
org.gradle.android.cache-fix.ignoreVersionCheck=true
|
||||
systemProp.org.gradle.android.cache-fix.ignoreVersionCheck=true
|
||||
|
||||
# Enable experimental configuration caching
|
||||
org.gradle.unsafe.configuration-cache=true
|
||||
|
@ -55,9 +55,6 @@ android.useMinimalKeepRules=true
|
|||
# Enable resource optimizations for release build
|
||||
android.enableResourceOptimizations=true
|
||||
|
||||
# Opt into new publishing APIs
|
||||
android.disableAutomaticComponentCreation=true
|
||||
|
||||
# Default Android build features
|
||||
android.defaults.buildfeatures.buildconfig=false
|
||||
android.defaults.buildfeatures.aidl=false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
accompanist = "0.26.2-beta"
|
||||
agp = "7.4.0-beta01"
|
||||
agp = "8.0.0-alpha01"
|
||||
coil = "2.2.1"
|
||||
composeCompiler = "1.3.1"
|
||||
composeUi = "1.3.0-beta02"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue