Merge pull request #102 from trubitsyn/update-dependencies

Update dependencies
This commit is contained in:
Tibor Kaputa 2017-12-22 09:39:52 +01:00 committed by GitHub
commit 6f4a09ab22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 27
buildToolsVersion "27.0.1"
buildToolsVersion "27.0.2"
defaultConfig {
applicationId "com.simplemobiletools.camera"
@ -42,7 +42,7 @@ ext {
}
dependencies {
implementation 'com.simplemobiletools:commons:3.2.3'
implementation 'com.simplemobiletools:commons:3.3.12'
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"