Skip to content

Commit

Permalink
refactor(deriv_store_launcher): udpated kotlin and gradle version (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassam-deriv authored Jan 23, 2024
1 parent 9c19b5b commit ad9d72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/deriv_store_launcher/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ group 'com.deriv.app.deriv_store_launcher'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.5.20'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit ad9d72e

Please sign in to comment.