diff --git a/app/build.gradle b/app/build.gradle index b7717307..b9f9dca0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "jp.juggler.subwaytooter" minSdkVersion 21 targetSdkVersion 26 - versionCode 184 - versionName "1.8.4" + versionCode 185 + versionName "1.8.5" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -70,20 +70,20 @@ dependencies { testCompile 'junit:junit:4.12' compile 'com.squareup.okhttp3:okhttp:3.8.1' - compile 'commons-io:commons-io:2.4' - compile 'uk.co.chrisjenx:calligraphy:2.2.0' - compile 'com.github.woxthebox:draglistview:1.4.3' + compile 'commons-io:commons-io:2.6' + compile 'uk.co.chrisjenx:calligraphy:2.3.0' + compile 'com.github.woxthebox:draglistview:1.5.1' compile 'com.github.omadahealth:swipy:1.2.3@aar' compile 'com.jrummyapps:colorpicker:2.1.7' - compile 'com.github.kenglxn.QRGen:android:2.2.0' + compile 'com.github.kenglxn.QRGen:android:2.3.0' compile project(':exif') compile 'com.github.bumptech.glide:glide:3.8.0' compile 'com.github.bumptech.glide:okhttp3-integration:1.5.0' - compile 'org.hjson:hjson:2.1.1' + compile 'org.hjson:hjson:3.0.0' - compile 'com.google.android:flexbox:0.3.0' + compile 'com.google.android:flexbox:0.3.1' compile 'com.astuetz:pagerslidingtabstrip:1.0.1' compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"