Skip to content

Commit

Permalink
Use the last version of charting library
Browse files Browse the repository at this point in the history
  • Loading branch information
makedonsky94 committed May 27, 2021
1 parent ffb3620 commit fb08c25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ android {
}

dependencies {
// implementation 'com.tradingview:lightweightcharts:3.3.1'
implementation project(":lightweightlibrary")
implementation 'com.tradingview:lightweightcharts:3.3.2'
// implementation project(":lightweightlibrary")

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.core:core-ktx:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.3.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
}

0 comments on commit fb08c25

Please sign in to comment.