We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c6963 commit a4d3feeCopy full SHA for a4d3fee
1 file changed
app/build.gradle
@@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions'
4
5
android {
6
compileSdkVersion 27
7
- buildToolsVersion "27.0.1"
8
9
defaultConfig {
10
applicationId "com.simplemobiletools.draw"
@@ -42,7 +41,7 @@ ext {
42
41
}
43
44
dependencies {
45
- implementation 'com.simplemobiletools:commons:3.2.3'
+ implementation 'com.simplemobiletools:commons:3.6.12'
46
47
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
48
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"
0 commit comments