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: '', appName: '',
moduleDescription: '', moduleDescription: '',
appMinApi: 27, appMinApi: 27,
appTargetApi: 32, appTargetApi: 33,
xposedMinApi: 93, xposedMinApi: 93,
moduleCompoment: 0, moduleCompoment: 0,
targetXposedPlatform: 0, targetXposedPlatform: 0,

View File

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