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 63ba5c3 commit cbf6cd3Copy full SHA for cbf6cd3
app/build.gradle
@@ -4,7 +4,6 @@ apply plugin: 'kotlin-android-extensions'
4
5
android {
6
compileSdkVersion 27
7
- buildToolsVersion "27.0.2"
8
9
defaultConfig {
10
applicationId "com.simplemobiletools.notes"
@@ -45,7 +44,7 @@ ext {
45
44
}
46
47
dependencies {
48
- implementation 'com.simplemobiletools:commons:3.3.12'
+ implementation 'com.simplemobiletools:commons:3.6.12'
49
implementation 'com.facebook.stetho:stetho:1.5.0'
50
51
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
0 commit comments