compose setup
This commit is contained in:
parent
83601393b1
commit
6b716afb62
44 changed files with 21 additions and 1013 deletions
|
|
@ -5,11 +5,11 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
namespace = "de.cdaut.dbt"
|
||||
namespace = "de.cdaut.dbtapp"
|
||||
compileSdk = 35
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "de.cdaut.dbt"
|
||||
applicationId = "de.cdaut.dbtapp"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
|
|
@ -35,7 +35,6 @@ android {
|
|||
jvmTarget = "11"
|
||||
}
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
compose = true
|
||||
}
|
||||
}
|
||||
|
|
@ -47,7 +46,7 @@ dependencies {
|
|||
androidTestImplementation(composeBom)
|
||||
|
||||
// Material Design 3
|
||||
implementation(libs.material3)
|
||||
implementation(libs.androidx.material3)
|
||||
|
||||
// Android Studio Preview support
|
||||
implementation(libs.androidx.ui.tooling.preview)
|
||||
|
|
@ -63,19 +62,12 @@ dependencies {
|
|||
implementation(libs.androidx.material.icons.core)
|
||||
// Optional - Add full set of material icons
|
||||
implementation(libs.androidx.material.icons.extended)
|
||||
|
||||
// Optional - Integration with activities
|
||||
implementation(libs.androidx.activity.compose)
|
||||
// Optional - Add window size utils
|
||||
implementation(libs.androidx.adaptive)
|
||||
|
||||
implementation(libs.androidx.core.ktx)
|
||||
implementation(libs.androidx.appcompat)
|
||||
implementation(libs.material)
|
||||
implementation(libs.androidx.constraintlayout)
|
||||
implementation(libs.androidx.navigation.fragment.ktx)
|
||||
implementation(libs.androidx.navigation.ui.ktx)
|
||||
implementation(libs.androidx.runtime.android)
|
||||
implementation(libs.androidx.ui.tooling.preview.android)
|
||||
implementation(libs.androidx.material3.android)
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue