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