Skip to content

Commit

Permalink
kotlin 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Aug 23, 2024
1 parent 5954e61 commit 75fe9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
extra["kotlin_version"] = "2.0.10"
extra["kotlin_version"] = "2.0.20"
extra["android_min_sdk_version"] = 21
extra["android_compile_sdk_version"] = 34
extra["jdk_version"] = 17
Expand All @@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${rootProject.extra["kotlin_version"]}")
classpath("org.jetbrains.kotlin:compose-compiler-gradle-plugin:${rootProject.extra["kotlin_version"]}")
classpath("com.android.tools.build:gradle:8.5.1")
classpath("com.android.tools.build:gradle:8.5.2")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.6.11")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.softartdev
VERSION=0.8.8
VERSION=0.8.9

org.gradle.jvmargs=-Xmx16g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx16g" -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
org.gradle.parallel=true
Expand Down

0 comments on commit 75fe9e8

Please sign in to comment.