Skip to content

Commit

Permalink
Demo app: updated gradle and also gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Oct 19, 2021
1 parent 9f86cf3 commit 23994d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demos/Android-Demos/PolarSDK-ECG-HR-Demo/app/build.gradle
Expand Up @@ -37,9 +37,9 @@ dependencies {
implementation 'com.androidplot:androidplot-core:1.5.7'
implementation 'io.reactivex.rxjava3:rxjava:3.0.4'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "androidx.core:core-ktx:1.6.0"
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion demos/Android-Demos/PolarSDK-ECG-HR-Demo/build.gradle
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.5.31'
repositories {
mavenCentral()
google()
Expand Down

0 comments on commit 23994d2

Please sign in to comment.