修改背景细节

This commit is contained in:
2024-10-13 05:57:25 +08:00
parent 20a34b569a
commit fab1e0206d
17 changed files with 70 additions and 28 deletions

View File

@@ -22,6 +22,7 @@ places = "3.3.0"
googleid = "1.1.1"
identityCredential = "20231002"
lifecycleProcess = "2.8.4"
rendering = "1.17.1"
[libraries]
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }
@@ -55,6 +56,7 @@ places = { module = "com.google.android.libraries.places:places", version.ref =
googleid = { group = "com.google.android.libraries.identity.googleid", name = "googleid", version.ref = "googleid" }
identity-credential = { group = "com.android.identity", name = "identity-credential", version.ref = "identityCredential" }
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleProcess" }
rendering = { group = "com.google.ar.sceneform", name = "rendering", version.ref = "rendering" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }