Skip to content

Commit 0624328

Browse files
committed
Dev commit
- Upgraded Gradle plugin. - Updated all internal dependencies.
1 parent 401288a commit 0624328

File tree

6 files changed

+32
-17
lines changed

6 files changed

+32
-17
lines changed

.idea/deviceManager.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
}
1515
minSdk = 23
1616
targetSdk = 36
17-
versionCode = 102
18-
versionName = "3.3"
17+
versionCode = 109
18+
versionName = "3.4"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121
buildFeatures {

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
2-
agp = "8.9.0"
3-
appCompatVer="1.7.0"
4-
kotlinxCoroutinesVer="1.9.0"
5-
coilVer="2.6.0"
6-
kotlinVer = "2.1.0"
2+
agp = "8.11.0"
3+
appCompatVer="1.7.1"
4+
kotlinxCoroutinesVer="1.10.2"
5+
coilVer="2.7.0"
6+
kotlinVer = "2.2.0"
77
materialVer = "1.12.0"
88
constraintlayoutVer="2.2.1"
9-
coreKtxVer = "1.15.0"
9+
coreKtxVer = "1.16.0"
1010
glideVer="4.16.0"
1111
cardViewVer="1.0.0"
12-
compose3MaterialVer="1.3.1"
13-
lifecycleRuntimeKtxVer="2.8.7"
12+
compose3MaterialVer="1.3.2"
13+
lifecycleRuntimeKtxVer="2.9.1"
1414
activityComposeVer="1.10.1"
15-
composeUItestVer="1.7.8"
16-
uitoolingVer="1.7.8"
17-
uitoolingpreviewVer="1.7.8"
15+
composeUItestVer="1.8.3"
16+
uitoolingVer="1.8.3"
17+
uitoolingpreviewVer="1.8.3"
1818
splashScreenVer="1.0.1"
1919
junitVersion = "4.13.2"
2020
materialiconsVer="1.7.8"
2121
espressoCoreVer = "3.6.1"
22-
accompanistVer = "0.28.0"
22+
accompanistVer = "0.36.0"
2323

2424

2525
[libraries]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 08 17:57:03 IST 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)