Skip to content

Commit b66b79b

Browse files
authored
Update dependencies :: Patch 1 (#80)
1 parent c1094a5 commit b66b79b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
namespace 'com.shifthackz.aisdv1.app'
2222
defaultConfig {
2323
applicationId "com.shifthackz.aisdv1.app"
24-
versionName "0.4.11"
25-
versionCode 158
24+
versionName "0.4.12"
25+
versionCode 159
2626

2727
buildConfigField "String", "CLOUD_AI_URL", "\"https://sdai.moroz.cc\""
2828
buildConfigField "String", "HORDE_AI_URL", "\"https://stablehorde.net\""

dependencies.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
ext {
2-
composeBomVersion = '2023.05.01'
3-
composeMaterialVersion = '1.1.0'
2+
composeBomVersion = '2023.06.01'
3+
composeMaterialVersion = '1.1.1'
44
composeUiToolingVersion = '1.4.3'
5-
composeNavVersion = '2.5.3'
5+
composeNavVersion = '2.6.0'
66
lifecycleViewModelVersion = '2.6.1'
7-
lifecycleComposeVersion = '2.6.0'
7+
lifecycleComposeVersion = '2.6.1'
88
coreKtxVersion = '1.10.1'
99
appCompatVersion = '1.6.1'
10-
activityVersion = '1.7.1'
11-
koinVersion = '3.4.0'
12-
koinComposeVersion = '3.4.2'
10+
activityVersion = '1.7.2'
11+
koinVersion = '3.4.3'
12+
koinComposeVersion = '3.4.6'
1313
retrofitVersion = '2.9.0'
1414
okHttpVersion = '5.0.0-alpha.11'
15-
roomVersion = '2.5.1'
15+
roomVersion = '2.5.2'
1616
rxJavaVersion = '3.1.6'
1717
rxKotlinVersion = '3.0.1'
1818
rxAndroidVersion = '3.0.2'
1919
rxNetworkVersion = '4.0.0'
2020
pagingVersion = '3.1.1'
2121
pagingComposeVersion = '1.0.0-alpha18'
22-
imagePickerVersion = 'v2.0.2'
22+
imagePickerVersion = 'v2.0.3'
2323
constraintVersion = '2.1.4'
2424
timberVersion = '5.0.1'
2525
gsonVersion = '2.10.1'
2626
googleMaterialVersion = '1.9.0'
2727
accompanistSystemUiControllerVersion = '0.30.1'
2828
cryptoVersion = '1.0.0'
2929

30-
firebaseBomVersion = '32.0.0'
31-
playServicesAdsVersion = '22.1.0'
32-
umpVerson = '2.0.0'
30+
firebaseBomVersion = '32.2.0'
31+
playServicesAdsVersion = '22.2.0'
32+
umpVerson = '2.1.0'
3333

3434
testJunitVersion = '4.13.2'
3535

0 commit comments

Comments
 (0)