Skip to content

Commit

Permalink
Fixes #2007 : Update objenesis version to 3.2 to fix Android incompat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
PaulKlauser committed Mar 31, 2021
1 parent e520d81 commit e05fdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -26,7 +26,7 @@ libraries.errorproneTestApi = "com.google.errorprone:error_prone_test_helpers:${

libraries.autoservice = "com.google.auto.service:auto-service:1.0-rc7"

libraries.objenesis = 'org.objenesis:objenesis:3.1'
libraries.objenesis = 'org.objenesis:objenesis:3.2'

libraries.asm = 'org.ow2.asm:asm:7.0'

Expand Down

0 comments on commit e05fdd6

Please sign in to comment.