RoomList: add avatar for rooms and date formatting
This commit is contained in:
parent
14992cb63a
commit
9a05ad13c6
16 changed files with 244 additions and 61 deletions
|
|
@ -7,15 +7,16 @@ import composeVersion
|
|||
import org.gradle.api.artifacts.VersionCatalog
|
||||
|
||||
fun CommonExtension<*, *, *, *>.androidConfig() {
|
||||
|
||||
|
||||
|
||||
defaultConfig {
|
||||
compileSdk = Versions.compileSdk
|
||||
minSdk = Versions.minSdk
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
isCoreLibraryDesugaringEnabled = true
|
||||
}
|
||||
|
||||
testOptions {
|
||||
unitTests.isReturnDefaultValues = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue