From e18a77613b50d5c3bd754a80b4604a64c3a79891 Mon Sep 17 00:00:00 2001 From: tateisu Date: Thu, 21 Dec 2017 01:09:21 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E3=81=84?= =?UTF-8?q?=E3=81=8F=E3=81=A4=E3=81=8B=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E4=B8=8A=E3=81=92=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"