mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2024-11-21 15:53:55 +00:00
update template
This commit is contained in:
parent
37763d2221
commit
2d36722c37
@ -8,6 +8,7 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion libs.versions.android.minSdk.get().toInteger()
|
minSdkVersion libs.versions.android.minSdk.get().toInteger()
|
||||||
|
compileSdkVersion libs.versions.android.compileSdk.get().toInteger()
|
||||||
targetSdkVersion libs.versions.android.compileSdk.get().toInteger()
|
targetSdkVersion libs.versions.android.compileSdk.get().toInteger()
|
||||||
versionCode "${android_code_version}".toInteger()
|
versionCode "${android_code_version}".toInteger()
|
||||||
versionName "$version"
|
versionName "$version"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.9.23"
|
kotlin = "2.0.10"
|
||||||
kotlin-serialization = "1.6.3"
|
kotlin-serialization = "1.7.1"
|
||||||
|
|
||||||
dokka = "1.9.20"
|
dokka = "1.9.20"
|
||||||
|
|
||||||
@ -10,10 +10,10 @@ junit_version = "4.12"
|
|||||||
test_ext_junit_version = "1.1.5"
|
test_ext_junit_version = "1.1.5"
|
||||||
espresso_core = "3.5.1"
|
espresso_core = "3.5.1"
|
||||||
|
|
||||||
android-gradle-plugin = "8.3.1"
|
android-gradle-plugin = "8.2.2"
|
||||||
android-minSdk = "21"
|
android-minSdk = "21"
|
||||||
android-compileSdk = "34"
|
android-compileSdk = "35"
|
||||||
android-buildTools = "34.0.0"
|
android-buildTools = "35.0.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
@ -25,7 +25,6 @@ kotlin {
|
|||||||
jsTest {
|
jsTest {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.kotlin.test.js
|
implementation libs.kotlin.test.js
|
||||||
implementation libs.kotlin.test.junit
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,6 @@ kotlin {
|
|||||||
jsTest {
|
jsTest {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.kotlin.test.js
|
implementation libs.kotlin.test.js
|
||||||
implementation libs.kotlin.test.junit
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
androidUnitTest {
|
androidUnitTest {
|
||||||
|
Loading…
Reference in New Issue
Block a user