依存関係いくつかのバージョンを上げた

This commit is contained in:
tateisu 2017-12-21 01:09:21 +09:00
parent a57489f98d
commit e18a77613b
1 changed files with 8 additions and 8 deletions

View File

@ -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"