Skip to content

Commit 09d93dc

Browse files
committed
Update project dependencies version and files
1 parent 56e3f61 commit 09d93dc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/project-template.zip

-31 Bytes
Binary file not shown.

src/transaction.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ const transaction = {
156156
type: 'implementation',
157157
groupId: 'androidx.appcompat',
158158
artifactId: 'appcompat',
159-
version: '1.5.1'
159+
version: '1.6.0'
160160
},
161161
material: {
162162
type: 'implementation',
163163
groupId: 'com.google.android.material',
164164
artifactId: 'material',
165-
version: '1.6.1'
165+
version: '1.7.0'
166166
},
167167
constraintlayout: {
168168
type: 'implementation',
@@ -180,13 +180,13 @@ const transaction = {
180180
type: 'androidTestImplementation',
181181
groupId: 'androidx.test.ext',
182182
artifactId: 'junit',
183-
version: '1.1.3'
183+
version: '1.1.5'
184184
},
185185
androidxTestEspresso: {
186186
type: 'androidTestImplementation',
187187
groupId: 'androidx.test.espresso',
188188
artifactId: 'espresso-core',
189-
version: '3.4.0'
189+
version: '3.5.1'
190190
}
191191
}
192192
},

0 commit comments

Comments
 (0)