Skip to content

Commit a4d3fee

Browse files
committed
update commons to 3.6.12
1 parent 70c6963 commit a4d3fee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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.1"
87

98
defaultConfig {
109
applicationId "com.simplemobiletools.draw"
@@ -42,7 +41,7 @@ ext {
4241
}
4342

4443
dependencies {
45-
implementation 'com.simplemobiletools:commons:3.2.3'
44+
implementation 'com.simplemobiletools:commons:3.6.12'
4645

4746
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
4847
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"

0 commit comments

Comments
 (0)