parent
fd8c1a6d3f
commit
6e835042a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
*.aar
|
||||
*.ap_
|
||||
*.aab
|
||||
*.dm
|
||||
|
||||
# Files for the ART/Dalvik VM
|
||||
*.dex
|
||||
|
||||
@ -9,7 +9,7 @@ targetSdk = "35"
|
||||
pluginSdk = "2.1.2"
|
||||
|
||||
gradle = "8.1.2"
|
||||
android-gradle-plugin = "8.2.2"
|
||||
android-gradle-plugin = "8.6.0"
|
||||
ksp-gradle-plugin = "2.1.10-1.0.29"
|
||||
|
||||
kotlin = "2.1.10"
|
||||
@ -19,19 +19,19 @@ kotlinx-serialization = "1.8.0"
|
||||
|
||||
jetbrains-markdown = "0.7.3"
|
||||
|
||||
androidx-compose = "1.8.0-beta01"
|
||||
androidx-compose-material3 = "1.4.0-alpha07"
|
||||
androidx-compose-materialicons = "1.7.7"
|
||||
androidx-compose = "1.8.0-rc02"
|
||||
androidx-compose-material3 = "1.4.0-alpha11"
|
||||
androidx-compose-materialicons = "1.7.8"
|
||||
androidx-lifecycle = "2.8.7"
|
||||
androidx-core = "1.15.0"
|
||||
androidx-appcompat = "1.7.0"
|
||||
androidx-activity = "1.10.0"
|
||||
androidx-work = "2.9.0"
|
||||
androidx-activity = "1.10.1"
|
||||
androidx-work = "2.10.0"
|
||||
androidx-browser = "1.8.0"
|
||||
androidx-palette = "1.0.0"
|
||||
androidx-media2 = "1.3.0"
|
||||
androidx-room = "2.6.1"
|
||||
androidx-constraint-layout = "1.1.0"
|
||||
androidx-constraint-layout = "1.1.1"
|
||||
androidx-emojipicker = "1.5.0"
|
||||
|
||||
accompanist = "0.33.2-alpha"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user