All checks were successful
continuous-integration/drone/push Build is passing
- Add missing imports for Column, dp, and Color - Fix Hilt dependency injection for AppWidgetProvider - Remove experimental Material API usage - Fix DataStore type mismatch error - Add application icon resources for all densities - Update gitignore to exclude IDE files and build artifacts
7 lines
380 B
Plaintext
7 lines
380 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.13.1" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
|
|
id("com.google.dagger.hilt.android") version "2.48" apply false
|
|
id("com.google.devtools.ksp") version "1.9.20-1.0.14" apply false
|
|
} |