Skip to content

Commit

Permalink
feat!: upgrade kotlin@1.4.31 (#1200)
Browse files Browse the repository at this point in the history
* feat: upgrade kotlin@1.4.31 (#1176)

Co-authored-by: Mosab A <47486787+mosabab@users.noreply.github.com>
  • Loading branch information
erisu and mosabab committed Apr 13, 2021
1 parent a9ee919 commit 63b2356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bin/templates/project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.4.31'
apply from: 'repositories.gradle'
repositories repos

dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion test/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.4.31'

repositories {
google()
Expand Down

0 comments on commit 63b2356

Please sign in to comment.