We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f3e1e commit 7220729Copy full SHA for 7220729
build.gradle
@@ -84,8 +84,6 @@ allprojects {
84
85
configurations.all {
86
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()}"
89
force libs.okhttp3
90
91
// HACK: force an older version of Realm than what is referenced in gto-support
0 commit comments