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: '',
|
appName: '',
|
||||||
moduleDescription: '',
|
moduleDescription: '',
|
||||||
appMinApi: 27,
|
appMinApi: 27,
|
||||||
appTargetApi: 32,
|
appTargetApi: 33,
|
||||||
xposedMinApi: 93,
|
xposedMinApi: 93,
|
||||||
moduleCompoment: 0,
|
moduleCompoment: 0,
|
||||||
targetXposedPlatform: 0,
|
targetXposedPlatform: 0,
|
||||||
|
@@ -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',
|
||||||
|
Reference in New Issue
Block a user