mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2026-04-16 22:42:22 +00:00
Compare commits
6 Commits
d0e90d9ef2
...
d181a8287c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d181a8287c | ||
| d388806d3b | |||
| 185285c1ca | |||
|
|
23cc432d21 | ||
| 005491c256 | |||
|
|
0ad128a11a |
@@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "2.1.0"
|
||||
kotlin-serialization = "1.7.3"
|
||||
kotlin = "2.1.10"
|
||||
kotlin-serialization = "1.8.0"
|
||||
|
||||
dokka = "2.0.0"
|
||||
|
||||
@@ -10,7 +10,7 @@ junit_version = "4.12"
|
||||
test_ext_junit_version = "1.2.1"
|
||||
espresso_core = "3.6.1"
|
||||
|
||||
android-gradle-plugin = "8.2.2"
|
||||
android-gradle-plugin = "8.8.0"
|
||||
android-minSdk = "21"
|
||||
android-compileSdk = "35"
|
||||
android-buildTools = "35.0.0"
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user