Skip to content

Commit cbf6cd3

Browse files
committed
update commons to 3.6.12
1 parent 63ba5c3 commit cbf6cd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/build.gradle

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

55
android {
66
compileSdkVersion 27
7-
buildToolsVersion "27.0.2"
87

98
defaultConfig {
109
applicationId "com.simplemobiletools.notes"
@@ -45,7 +44,7 @@ ext {
4544
}
4645

4746
dependencies {
48-
implementation 'com.simplemobiletools:commons:3.3.12'
47+
implementation 'com.simplemobiletools:commons:3.6.12'
4948
implementation 'com.facebook.stetho:stetho:1.5.0'
5049

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

0 commit comments

Comments
 (0)