Skip to content

Commit

Permalink
Updated kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
gottagofaster236 committed Jul 18, 2021
1 parent 437fbfd commit 693e48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.20'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.21'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.5.20"
ext.kotlin_version = "1.5.21"
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 693e48c

Please sign in to comment.