Add CI/CD
Some checks failed
Build / build (push) Failing after 9m53s

This commit is contained in:
2025-10-08 12:28:39 +07:00
parent 9399dbe051
commit 47f3f1f55d
4 changed files with 18 additions and 25 deletions

View File

@@ -1,24 +1,24 @@
[versions]
activityComposeVersion = "1.10.1"
activityComposeVersion = "1.11.0"
agp = "8.9.3"
androidxJunit = "1.3.0"
animationCore = "1.9.0"
animationCore = "1.9.2"
autoupdater = "1.0.1"
espressoCoreVersion = "3.7.0"
foundation = "1.9.0"
foundation = "1.9.2"
kotlin = "2.0.21"
coreKtx = "1.17.0"
junit = "4.13.2"
lifecycleRuntimeKtxVersion = "2.9.3"
material = "1.9.0"
material3WindowSizeClass = "1.3.2"
lifecycleRuntimeKtxVersion = "2.9.4"
material = "1.9.2"
material3WindowSizeClass = "1.4.0"
materialIconsExtended = "1.7.8"
ui = "1.9.0"
uiGraphics = "1.9.0"
uiTestJunit4 = "1.9.0"
uiTestManifest = "1.9.0"
uiTooling = "1.9.0"
uiToolingPreview = "1.9.0"
ui = "1.9.2"
uiGraphics = "1.9.2"
uiTestJunit4 = "1.9.2"
uiTestManifest = "1.9.2"
uiTooling = "1.9.2"
uiToolingPreview = "1.9.2"
[libraries]
androidx-activity-compose-v1101 = { module = "androidx.activity:activity-compose", version.ref = "activityComposeVersion" }