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