Skip to content

Commit 74d12c0

Browse files
committed
Update project dependencies version and files
1 parent 16c31e5 commit 74d12c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/project-template.zip

-182 Bytes
Binary file not shown.

src/content/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const projectConfigs = {
5858
appName: '',
5959
moduleDescription: '',
6060
appMinApi: 27,
61-
appTargetApi: 32,
61+
appTargetApi: 33,
6262
xposedMinApi: 93,
6363
moduleCompoment: 0,
6464
targetXposedPlatform: 0,

src/transaction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ const transaction = {
150150
type: 'implementation',
151151
groupId: 'androidx.core',
152152
artifactId: 'core-ktx',
153-
version: '1.8.0'
153+
version: '1.9.0'
154154
},
155155
appcompat: {
156156
type: 'implementation',
157157
groupId: 'androidx.appcompat',
158158
artifactId: 'appcompat',
159-
version: '1.4.2'
159+
version: '1.5.1'
160160
},
161161
material: {
162162
type: 'implementation',

0 commit comments

Comments
 (0)