update dependencies

This commit is contained in:
Conny Duck 2018-02-02 20:49:10 +01:00
parent adc91235ee
commit 1bf977b80a
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 27
buildToolsVersion '27.0.1'
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.keylesspalace.tusky"
minSdkVersion 18
@ -46,7 +46,7 @@ android {
ext.supportLibraryVersion = '27.0.2'
dependencies {
implementation('com.mikepenz:materialdrawer:6.0.1@aar') {
implementation('com.mikepenz:materialdrawer:6.0.4@aar') {
transitive = true
}
implementation "com.android.support:appcompat-v7:$supportLibraryVersion"
@ -65,8 +65,8 @@ dependencies {
implementation 'com.github.varunest:sparkbutton:1.0.5'
implementation 'com.github.chrisbanes:PhotoView:2.1.3'
implementation 'com.mikepenz:google-material-typeface:3.0.1.2.original@aar'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.5.1'
implementation 'com.evernote:android-job:1.2.0'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.0'
implementation 'com.evernote:android-job:1.2.1'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
//room
implementation 'android.arch.persistence.room:runtime:1.0.0'

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.1.60'
ext.kotlin_version = '1.2.21'
repositories {
jcenter()
google()