Skip to content

Commit

Permalink
Updated kotlin version (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
IfeSunmola authored Apr 8, 2024
1 parent f470883 commit 3bccf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ANDROID_SETUP.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Update build.gradle

Make sure that your kotlin_version to `1.5.0` or greater:
Make sure that your kotlin_version to `1.8.0` or greater:

```
buildscript {
ext.kotlin_version = '1.5.+'
ext.kotlin_version = '1.8.0+'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 3bccf16

Please sign in to comment.