Update project dependencies version

This commit is contained in:
2023-04-17 07:45:05 +08:00
parent e8f84b5bfa
commit ebbbafeb99

View File

@@ -150,19 +150,19 @@ const transaction = {
type: 'implementation', type: 'implementation',
groupId: 'androidx.core', groupId: 'androidx.core',
artifactId: 'core-ktx', artifactId: 'core-ktx',
version: '1.9.0' version: '1.10.0'
}, },
appcompat: { appcompat: {
type: 'implementation', type: 'implementation',
groupId: 'androidx.appcompat', groupId: 'androidx.appcompat',
artifactId: 'appcompat', artifactId: 'appcompat',
version: '1.6.0' version: '1.6.1'
}, },
material: { material: {
type: 'implementation', type: 'implementation',
groupId: 'com.google.android.material', groupId: 'com.google.android.material',
artifactId: 'material', artifactId: 'material',
version: '1.7.0' version: '1.8.0'
}, },
constraintlayout: { constraintlayout: {
type: 'implementation', type: 'implementation',