Skip to content

Commit f5ca1f4

Browse files
committed
dev commit
- Upgraded Gradle plugin. - Updated all internal dependencies.
1 parent f2d6522 commit f5ca1f4

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

.idea/artifacts/composeApp_desktop.xml

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

.idea/artifacts/composeApp_wasm_js.xml

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

.idea/misc.xml

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

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
2-
agp = "8.8.0"
3-
android-compileSdk = "35"
2+
agp = "8.9.0"
3+
android-compileSdk = "36"
44
android-minSdk = "24"
5-
android-targetSdk = "35"
6-
androidx-activityCompose = "1.10.0"
5+
android-targetSdk = "36"
6+
androidx-activityCompose = "1.10.1"
77
androidx-appcompat = "1.7.0"
8-
androidx-constraintlayout = "2.2.0"
8+
androidx-constraintlayout = "2.2.1"
99
androidx-core-ktx = "1.15.0"
1010
androidx-espresso-core = "3.6.1"
1111
androidx-lifecycle = "2.8.4"
1212
androidx-material = "1.12.0"
1313
androidx-test-junit = "1.2.1"
1414
compose-multiplatform = "1.7.0"
15-
datastorePreferencesCore = "1.1.2"
15+
datastorePreferencesCore = "1.1.3"
1616
junit = "4.13.2"
1717
kotlin = "2.1.0"
1818
kotlinx-coroutines = "1.9.0"
@@ -21,7 +21,7 @@ material3Desktop = "1.3.1"
2121
accompanistVer = "0.28.0"
2222
multiplatformSettings = "1.2.0"
2323
secureRandom = "0.3.2"
24-
datastoreCoreAndroid = "1.1.2"
24+
datastoreCoreAndroid = "1.1.3"
2525

2626

2727
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)