Skip to content

Commit 7220729

Browse files
committed
there is no need to force a specific version of androidx viewmodel
1 parent 47f3e1e commit 7220729

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ allprojects {
8484

8585
configurations.all {
8686
resolutionStrategy {
87-
// HACK: force the correct version of lifecycle-viewmodel-ktx to address a transitive version conflict
88-
force "androidx.lifecycle:lifecycle-viewmodel-ktx:${libs.versions.androidx.lifecycle.get()}"
8987
force libs.okhttp3
9088

9189
// HACK: force an older version of Realm than what is referenced in gto-support

0 commit comments

Comments
 (0)