Skip to content

Commit f95c89f

Browse files
committed
Update project dependencies version and files
1 parent 2291639 commit f95c89f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/project-template.zip

6 Bytes
Binary file not shown.

src/transaction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const transaction = {
150150
type: 'implementation',
151151
groupId: 'androidx.core',
152152
artifactId: 'core-ktx',
153-
version: '1.10.0'
153+
version: '1.10.1'
154154
},
155155
appcompat: {
156156
type: 'implementation',
@@ -162,7 +162,7 @@ const transaction = {
162162
type: 'implementation',
163163
groupId: 'com.google.android.material',
164164
artifactId: 'material',
165-
version: '1.8.0'
165+
version: '1.9.0'
166166
},
167167
constraintlayout: {
168168
type: 'implementation',

0 commit comments

Comments
 (0)