mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Bump byteBuddyVersion from 1.10.16 to 1.10.17
Bumps `byteBuddyVersion` from 1.10.16 to 1.10.17. Updates `byte-buddy` from 1.10.16 to 1.10.17 - [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.16...byte-buddy-1.10.17) Updates `byte-buddy-android` from 1.10.16 to 1.10.17 - [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.16...byte-buddy-1.10.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c47dead2af
commit
8c5d0f2e79
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ ext {
|
|||
androidLibraryVersion = "master-SNAPSHOT"
|
||||
mockitoVersion = "3.5.13"
|
||||
mockkVersion = "1.10.2"
|
||||
byteBuddyVersion = "1.10.16"
|
||||
byteBuddyVersion = "1.10.17"
|
||||
espressoVersion = "3.3.0"
|
||||
|
||||
travisBuild = System.getenv("TRAVIS") == "true"
|
||||
|
|
Loading…
Reference in a new issue