Skip to content

Commit

Permalink
fix(android): unify kotlin dependency version (#6501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Apr 13, 2023
1 parent 2d0075d commit 0a40477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/capacitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ext {


buildscript {
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.8.20'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -75,6 +76,7 @@ repositories {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version")
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation "androidx.core:core:$androidxCoreVersion"
implementation "androidx.activity:activity:$androidxActivityVersion"
Expand Down

0 comments on commit 0a40477

Please sign in to comment.