Skip to content

Commit ebbbafe

Browse files
committed
Update project dependencies version
1 parent e8f84b5 commit ebbbafe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/transaction.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,19 @@ const transaction = {
150150
type: 'implementation',
151151
groupId: 'androidx.core',
152152
artifactId: 'core-ktx',
153-
version: '1.9.0'
153+
version: '1.10.0'
154154
},
155155
appcompat: {
156156
type: 'implementation',
157157
groupId: 'androidx.appcompat',
158158
artifactId: 'appcompat',
159-
version: '1.6.0'
159+
version: '1.6.1'
160160
},
161161
material: {
162162
type: 'implementation',
163163
groupId: 'com.google.android.material',
164164
artifactId: 'material',
165-
version: '1.7.0'
165+
version: '1.8.0'
166166
},
167167
constraintlayout: {
168168
type: 'implementation',

0 commit comments

Comments
 (0)