mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 02:05:16 +08:00
Fix code style in build.gradle
This commit is contained in:
@@ -76,11 +76,11 @@ dependencies {
|
|||||||
compileOnly 'de.robv.android.xposed:api:82'
|
compileOnly 'de.robv.android.xposed:api:82'
|
||||||
implementation 'com.highcapable.yukihookapi:api:1.1.5'
|
implementation 'com.highcapable.yukihookapi:api:1.1.5'
|
||||||
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.5'
|
ksp 'com.highcapable.yukihookapi:ksp-xposed:1.1.5'
|
||||||
implementation "com.microsoft.appcenter:appcenter-analytics:4.4.5"
|
implementation 'com.microsoft.appcenter:appcenter-analytics:4.4.5'
|
||||||
implementation "com.microsoft.appcenter:appcenter-crashes:4.4.5"
|
implementation 'com.microsoft.appcenter:appcenter-crashes:4.4.5'
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
implementation 'com.google.code.gson:gson:2.9.0'
|
||||||
implementation 'com.github.duanhong169:drawabletoolbox:1.0.7'
|
implementation 'com.github.duanhong169:drawabletoolbox:1.0.7'
|
||||||
implementation "com.github.topjohnwu.libsu:core:3.1.2"
|
implementation 'com.github.topjohnwu.libsu:core:3.1.2'
|
||||||
implementation 'androidx.core:core-ktx:1.9.0'
|
implementation 'androidx.core:core-ktx:1.9.0'
|
||||||
implementation 'androidx.appcompat:appcompat:1.5.1'
|
implementation 'androidx.appcompat:appcompat:1.5.1'
|
||||||
implementation 'com.google.android.material:material:1.7.0'
|
implementation 'com.google.android.material:material:1.7.0'
|
||||||
|
Reference in New Issue
Block a user