Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit b713113

Browse files
committed
Updated Chirp-SDK to v3.6.1 and gradle tool to v3.3.1
1 parent 4263de5 commit b713113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.2.1'
12+
classpath 'com.android.tools.build:gradle:3.3.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}
@@ -44,5 +44,5 @@ android {
4444

4545
dependencies {
4646
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
47-
implementation 'io.chirp:chirpsdk:3.6.0-beta'
47+
implementation 'io.chirp:chirpsdk:3.6.1'
4848
}

0 commit comments

Comments
 (0)