Skip to content

Commit ebd9eaf

Browse files
committed
migrate objenesis
1 parent 69bbe45 commit ebd9eaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434
mavenCentral()
3535
}
3636
configurations.all {
37-
resolutionStrategy.force 'org.objenesis:objenesis:2.6'
37+
resolutionStrategy.force libs.objenesis
3838
}
3939
}
4040

gradle/libs.versions.toml

+2
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "mosh
148148

149149
netguard-android = "com.duckduckgo.netguard:netguard-android:1.6.12"
150150

151+
objenesis = "org.objenesis:objenesis:2.6"
152+
151153
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
152154
okhttp-tls = { module = "com.squareup.okhttp3:okhttp-tls", version.ref = "okhttp" }
153155
okhttp-mockWebServer = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }

0 commit comments

Comments
 (0)