good rendering, good ux. I'd say 1.1 Beta !!!
This commit is contained in:
@@ -44,6 +44,13 @@ android {
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force("androidx.core:core:1.12.0")
|
||||
force("androidx.versionedparcelable:versionedparcelable:1.1.1")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -131,4 +138,14 @@ dependencies {
|
||||
exclude(group = "xmlpull", module = "xmlpull")
|
||||
}
|
||||
}
|
||||
|
||||
// Add Fuel dependencies explicitly
|
||||
implementation("com.github.kittinunf.fuel:fuel:2.3.1")
|
||||
implementation("com.github.kittinunf.fuel:fuel-android:2.3.1")
|
||||
|
||||
// Add explicit AndroidX dependencies
|
||||
implementation("androidx.appcompat:appcompat:1.6.1")
|
||||
implementation("com.google.android.material:material:1.11.0")
|
||||
implementation("androidx.recyclerview:recyclerview:1.3.2")
|
||||
implementation("androidx.legacy:legacy-support-v4:1.0.0")
|
||||
}
|
||||
Reference in New Issue
Block a user