mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Bump byte-buddy-android from 1.10.14 to 1.10.15
Bumps [byte-buddy-android](https://github.com/raphw/byte-buddy) from 1.10.14 to 1.10.15. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.14...byte-buddy-1.10.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
8c07a92615
commit
6cc3150809
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ dependencies {
|
||||||
exclude group: "net.bytebuddy", module: "byte-buddy-android"
|
exclude group: "net.bytebuddy", module: "byte-buddy-android"
|
||||||
}
|
}
|
||||||
androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.14'
|
androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.14'
|
||||||
androidTestImplementation "net.bytebuddy:byte-buddy-android:1.10.14"
|
androidTestImplementation "net.bytebuddy:byte-buddy-android:1.10.15"
|
||||||
androidTestImplementation "io.mockk:mockk-android:1.10.0"
|
androidTestImplementation "io.mockk:mockk-android:1.10.0"
|
||||||
androidTestImplementation 'androidx.arch.core:core-testing:2.0.1'
|
androidTestImplementation 'androidx.arch.core:core-testing:2.0.1'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue