Модель, обновление зависимостей

This commit is contained in:
Roman Pytkov
2024-10-31 16:27:52 +03:00
parent 1f61d636dc
commit c74d398c53
6 changed files with 3517 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ plugins {
android {
namespace = "com.github.nullptroma.wallenc"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "com.github.nullptroma.wallenc"

View File

@@ -7,7 +7,7 @@ plugins {
android {
namespace = "com.github.nullptroma.data"
compileSdk = 34
compileSdk = 35
defaultConfig {
minSdk = 24

View File

@@ -7,7 +7,7 @@ plugins {
android {
namespace = "com.github.nullptroma.domain"
compileSdk = 34
compileSdk = 35
defaultConfig {
minSdk = 24

View File

@@ -1,14 +1,14 @@
[versions]
agp = "8.6.1"
agp = "8.7.1"
kotlin = "2.0.20"
coreKtx = "1.13.1"
coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.6"
activityCompose = "1.9.2"
composeBom = "2024.09.03"
navigation = "2.8.2"
lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.10.01"
navigation = "2.8.3"
hiltNavigation = "1.2.0"
yandexAuthSdk = "3.1.1"
daggerHilt = "2.51.1"

View File

@@ -1,6 +1,6 @@
#Sat Sep 07 01:04:14 MSK 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

3507
wallenc-uml.gaphor Normal file

File diff suppressed because it is too large Load Diff