Update project dependencies version and files

This commit is contained in:
2022-09-22 18:38:53 +08:00
parent 16c31e5f4c
commit 74d12c03b4
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -58,7 +58,7 @@ const projectConfigs = {
appName: '',
moduleDescription: '',
appMinApi: 27,
appTargetApi: 32,
appTargetApi: 33,
xposedMinApi: 93,
moduleCompoment: 0,
targetXposedPlatform: 0,

View File

@@ -150,13 +150,13 @@ const transaction = {
type: 'implementation',
groupId: 'androidx.core',
artifactId: 'core-ktx',
version: '1.8.0'
version: '1.9.0'
},
appcompat: {
type: 'implementation',
groupId: 'androidx.appcompat',
artifactId: 'appcompat',
version: '1.4.2'
version: '1.5.1'
},
material: {
type: 'implementation',