Update project dependencies version and files

This commit is contained in:
2023-01-19 22:33:33 +08:00
parent 56e3f618ee
commit 09d93dc4aa
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -156,13 +156,13 @@ const transaction = {
type: 'implementation', type: 'implementation',
groupId: 'androidx.appcompat', groupId: 'androidx.appcompat',
artifactId: 'appcompat', artifactId: 'appcompat',
version: '1.5.1' version: '1.6.0'
}, },
material: { material: {
type: 'implementation', type: 'implementation',
groupId: 'com.google.android.material', groupId: 'com.google.android.material',
artifactId: 'material', artifactId: 'material',
version: '1.6.1' version: '1.7.0'
}, },
constraintlayout: { constraintlayout: {
type: 'implementation', type: 'implementation',
@@ -180,13 +180,13 @@ const transaction = {
type: 'androidTestImplementation', type: 'androidTestImplementation',
groupId: 'androidx.test.ext', groupId: 'androidx.test.ext',
artifactId: 'junit', artifactId: 'junit',
version: '1.1.3' version: '1.1.5'
}, },
androidxTestEspresso: { androidxTestEspresso: {
type: 'androidTestImplementation', type: 'androidTestImplementation',
groupId: 'androidx.test.espresso', groupId: 'androidx.test.espresso',
artifactId: 'espresso-core', artifactId: 'espresso-core',
version: '3.4.0' version: '3.5.1'
} }
} }
}, },