Skip to content

Commit

Permalink
Fix crash when remembering background color choice (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu authored Nov 27, 2024
1 parent aa0308b commit 3a6d6d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3a6d6d1

Please sign in to comment.