diff --git a/README.md b/README.md index 888772f..ec25d91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ARK Rate: Lightweight Graphic Editor by ARK Builders +# ARK Retouch: Lightweight Graphic Editor by ARK Builders **ARK Retouch** is your powerful graphic assistant right in your pocket! This app is designed not only for photo editing but also for drawing, creating graphic notes with a stylus, and highlighting important information in screenshots. diff --git a/app/build.gradle b/app/build.gradle index aa64788..892e2cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'kotlin-kapt' - id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.21' + id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.24' } apply from: "$project.rootDir/.scripts/ktlint.gradle" diff --git a/build.gradle b/build.gradle index a29569f..8e7f0dc 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,7 @@ plugins { id 'com.android.application' version '8.7.0' apply false id 'com.android.library' version '8.7.0' apply false id 'org.jetbrains.kotlin.android' version '1.9.24' apply false + id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.24' apply false } task clean(type: Delete) {