Skip to content

Commit 2f2df25

Browse files
authored
Merge pull request #151 from trubitsyn/update-dependencies
Update dependencies
2 parents 86bda10 + 9c67639 commit 2f2df25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44

55
android {
66
compileSdkVersion 27
7-
buildToolsVersion "27.0.1"
7+
buildToolsVersion "27.0.2"
88

99
defaultConfig {
1010
applicationId "com.simplemobiletools.notes"
@@ -45,7 +45,7 @@ ext {
4545
}
4646

4747
dependencies {
48-
implementation 'com.simplemobiletools:commons:3.2.3'
48+
implementation 'com.simplemobiletools:commons:3.3.12'
4949
implementation 'com.facebook.stetho:stetho:1.5.0'
5050

5151
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"

0 commit comments

Comments
 (0)