Skip to content

Commit

Permalink
objenesis 3.1のバグを回避するためにバージョンを固定する (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: kota.fujiwara <[email protected]>
  • Loading branch information
kota and kota.fujiwara authored Jul 21, 2023
1 parent 3cceb85 commit 9ae22dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/test_lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ android {
defaultConfig {
minSdk 16
targetSdk 31
multiDexEnabled true
}
lintOptions {
abortOnError false
Expand All @@ -23,4 +24,5 @@ dependencies {
implementation 'com.squareup.okhttp3:mockwebserver:4.8.0'
implementation "com.google.truth:truth:1.0.1"
implementation "org.robolectric:robolectric:4.8"
implementation("org.objenesis:objenesis:3.2") { force = true }
}

0 comments on commit 9ae22dd

Please sign in to comment.