gud commit

This commit is contained in:
inhale-dir
2024-12-13 10:21:22 +01:00
parent de1b0cd1b8
commit e57d8b7490
13 changed files with 221 additions and 51 deletions
+6
View File
@@ -19,6 +19,9 @@ android {
}
buildTypes {
debug {
isDebuggable = true
}
release {
isMinifyEnabled = false
proguardFiles(
@@ -87,4 +90,7 @@ dependencies {
implementation("androidx.room:room-runtime:$roomVersion")
implementation("androidx.room:room-ktx:$roomVersion")
ksp("androidx.room:room-compiler:$roomVersion")
// Add Timber for logging
implementation("com.jakewharton.timber:timber:5.0.1")
}