mirror of
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder.git
synced 2025-09-04 01:35:23 +08:00
Update project dependencies version and files
This commit is contained in:
Binary file not shown.
@@ -156,13 +156,13 @@ const transaction = {
|
|||||||
type: 'implementation',
|
type: 'implementation',
|
||||||
groupId: 'androidx.appcompat',
|
groupId: 'androidx.appcompat',
|
||||||
artifactId: 'appcompat',
|
artifactId: 'appcompat',
|
||||||
version: '1.5.1'
|
version: '1.6.0'
|
||||||
},
|
},
|
||||||
material: {
|
material: {
|
||||||
type: 'implementation',
|
type: 'implementation',
|
||||||
groupId: 'com.google.android.material',
|
groupId: 'com.google.android.material',
|
||||||
artifactId: 'material',
|
artifactId: 'material',
|
||||||
version: '1.6.1'
|
version: '1.7.0'
|
||||||
},
|
},
|
||||||
constraintlayout: {
|
constraintlayout: {
|
||||||
type: 'implementation',
|
type: 'implementation',
|
||||||
@@ -180,13 +180,13 @@ const transaction = {
|
|||||||
type: 'androidTestImplementation',
|
type: 'androidTestImplementation',
|
||||||
groupId: 'androidx.test.ext',
|
groupId: 'androidx.test.ext',
|
||||||
artifactId: 'junit',
|
artifactId: 'junit',
|
||||||
version: '1.1.3'
|
version: '1.1.5'
|
||||||
},
|
},
|
||||||
androidxTestEspresso: {
|
androidxTestEspresso: {
|
||||||
type: 'androidTestImplementation',
|
type: 'androidTestImplementation',
|
||||||
groupId: 'androidx.test.espresso',
|
groupId: 'androidx.test.espresso',
|
||||||
artifactId: 'espresso-core',
|
artifactId: 'espresso-core',
|
||||||
version: '3.4.0'
|
version: '3.5.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user