Compare commits

..

No commits in common. "245cdf5010e5f4e3c6e1725f3adf865af8dd33cb" and "eb042f34fabbb103e039f36ba3b9688417fe807c" have entirely different histories.

3 changed files with 3 additions and 8 deletions

6
.idea/vcs.xml generated
View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,5 +1,6 @@
package com.example.basiclayoutscodelab.ui.theme package com.example.basiclayoutscodelab.ui.theme
import android.app.Activity
import android.os.Build import android.os.Build
import androidx.compose.foundation.isSystemInDarkTheme import androidx.compose.foundation.isSystemInDarkTheme
import androidx.compose.material3.MaterialTheme import androidx.compose.material3.MaterialTheme

View File

@ -5,8 +5,8 @@ coreKtx = "1.15.0"
junit = "4.13.2" junit = "4.13.2"
junitVersion = "1.2.1" junitVersion = "1.2.1"
espressoCore = "3.6.1" espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.3" lifecycleRuntimeKtx = "2.6.1"
activityCompose = "1.8.2" activityCompose = "1.8.0"
composeBom = "2024.04.01" composeBom = "2024.04.01"
material3WindowSizeClassAndroid = "1.3.1" material3WindowSizeClassAndroid = "1.3.1"