mirror of
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder.git
synced 2025-09-01 08:15:27 +08:00
Update project dependencies version and files
This commit is contained in:
Binary file not shown.
@@ -58,7 +58,7 @@ const projectConfigs = {
|
||||
appName: '',
|
||||
moduleDescription: '',
|
||||
appMinApi: 27,
|
||||
appTargetApi: 32,
|
||||
appTargetApi: 33,
|
||||
xposedMinApi: 93,
|
||||
moduleCompoment: 0,
|
||||
targetXposedPlatform: 0,
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user