mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2024-11-21 15:53:55 +00:00
update dependencies
This commit is contained in:
parent
3bab6a95b2
commit
33782f0cdb
@ -1 +0,0 @@
|
||||
<manifest package="{{.full_module_package}}"/>
|
@ -0,0 +1 @@
|
||||
package {{.full_module_package}}
|
@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "1.9.21"
|
||||
kotlin-serialization = "1.6.1"
|
||||
kotlin = "1.9.22"
|
||||
kotlin-serialization = "1.6.2"
|
||||
|
||||
dokka = "1.9.10"
|
||||
|
||||
@ -10,7 +10,7 @@ junit_version = "4.12"
|
||||
test_ext_junit_version = "1.1.5"
|
||||
espresso_core = "3.5.1"
|
||||
|
||||
android-gradle-plugin = "8.1.4"
|
||||
android-gradle-plugin = "8.2.1"
|
||||
android-minSdk = "21"
|
||||
android-compileSdk = "34"
|
||||
android-buildTools = "34.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.4-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
@ -1 +0,0 @@
|
||||
<manifest/>
|
Loading…
Reference in New Issue
Block a user