Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ddmlib #109

Merged
merged 1 commit into from Oct 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Expand Up @@ -4,7 +4,7 @@ object Versions {
val kotlin = "1.2.61"
val coroutines = "0.25.0"

val ddmlib = "26.1.3"
val ddmlib = "26.2.0"
val dexTestParser = "2.0.0"
val kotlinLogging = "1.4.9"
val slf4j = "1.7.25"
Expand Down