use legacy minWidth/minHeight sizing trying to solve samsung resizing issues
This commit is contained in:
@@ -15,6 +15,16 @@ allprojects {
|
||||
//Required by background_fetch build
|
||||
maven { url "${project(':background_fetch').projectDir}/libs" }
|
||||
}
|
||||
|
||||
configurations.configureEach {
|
||||
resolutionStrategy.eachDependency { details ->
|
||||
if (details.requested.group == 'androidx.glance' &&
|
||||
details.requested.name == 'glance-appwidget') {
|
||||
details.useVersion '1.1.1'
|
||||
details.because 'home_widget uses 1.+ and newer alpha releases require AGP 9.1 and compileSdk 37'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.buildDir = "../build"
|
||||
|
||||
Reference in New Issue
Block a user