Skip to content

Commit

Permalink
fixed kotlin version to be compatible with compose
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Feb 10, 2023
1 parent 67c2869 commit 3c2df2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Just play it!

### Game

- Variable game board grid size from three-by-three to nine-by-nine (Larger than nine-by-nine is
- Variable game board grid size from three-by-three to seven-by-seven (Larger than seven-by-seven is
simply ridiculous and unplayable in mobile phones)
- Variable game ai difficulty (easy, medium, hard)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 3c2df2b

Please sign in to comment.