mirror of
https://github.com/n08i40k/polytechnic-android.git
synced 2025-12-06 09:47:48 +03:00
2.2.1
Теперь регулярное выражение для парсинга ссылки на расписание получается с сервера. 2.2.0 Отображение дополнительного типа пары. Отображение улицы, на которой будут проходить пары, если указана.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[versions]
|
||||
accompanistSwiperefresh = "0.36.0"
|
||||
agp = "8.7.2"
|
||||
firebaseBom = "33.5.1"
|
||||
hiltAndroid = "2.52"
|
||||
hiltAndroidCompiler = "2.52"
|
||||
agp = "8.7.3"
|
||||
firebaseBom = "33.7.0"
|
||||
hiltAndroid = "2.53.1"
|
||||
hiltAndroidCompiler = "2.53.1"
|
||||
hiltNavigationCompose = "1.2.0"
|
||||
kotlin = "2.0.10"
|
||||
coreKtx = "1.15.0"
|
||||
@@ -13,12 +13,12 @@ espressoCore = "3.6.1"
|
||||
kotlinxSerializationJson = "1.7.3"
|
||||
lifecycleRuntimeKtx = "2.8.7"
|
||||
activityCompose = "1.9.3"
|
||||
composeBom = "2024.10.01"
|
||||
composeBom = "2024.12.01"
|
||||
mockitoKotlin = "5.4.0"
|
||||
protobufLite = "3.0.1"
|
||||
volley = "1.2.1"
|
||||
datastore = "1.1.1"
|
||||
navigationCompose = "2.8.3"
|
||||
navigationCompose = "2.8.5"
|
||||
googleFirebaseCrashlytics = "3.0.2"
|
||||
workRuntime = "2.10.0"
|
||||
|
||||
@@ -41,7 +41,7 @@ androidx-ui = { group = "androidx.compose.ui", name = "ui" }
|
||||
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
||||
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
||||
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
||||
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version = "1.7.5" }
|
||||
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version = "1.7.6" }
|
||||
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
||||
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
||||
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
|
||||
@@ -52,8 +52,8 @@ volley = { group = "com.android.volley", name = "volley", version.ref = "volley"
|
||||
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
|
||||
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
|
||||
firebase-analytics = { module = "com.google.firebase:firebase-analytics", version = "22.1.2" }
|
||||
firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics", version = "19.2.1" }
|
||||
firebase-messaging = { group = "com.google.firebase", name = "firebase-messaging", version = "24.0.3" }
|
||||
firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics", version = "19.3.0" }
|
||||
firebase-messaging = { group = "com.google.firebase", name = "firebase-messaging", version = "24.1.0" }
|
||||
firebase-config = { group = "com.google.firebase", name = "firebase-config", version = "22.0.1" }
|
||||
|
||||
[plugins]
|
||||
|
||||
Reference in New Issue
Block a user