1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-17 04:00:48 +01:00

updated library version

This commit is contained in:
Mariotaku Lee 2016-08-29 12:03:01 +08:00
parent c658908810
commit ef9d63347f
2 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@ dependencies {
compile 'com.github.mariotaku.RestFu:oauth:0.9.34'
compile 'com.hannesdorfmann.parcelableplease:annotation:1.0.2'
compile 'com.github.mariotaku.ObjectCursor:core:0.9.9'
compile 'com.github.mariotaku.CommonsLibrary:objectcursor:0.9.8'
compile 'com.github.mariotaku.CommonsLibrary:logansquare:0.9.8'
compile 'com.github.mariotaku.CommonsLibrary:objectcursor:0.9.10'
compile 'com.github.mariotaku.CommonsLibrary:logansquare:0.9.10'
compile fileTree(dir: 'libs', include: ['*.jar'])
}

View File

@ -165,10 +165,10 @@ dependencies {
compile 'com.github.mariotaku.ObjectCursor:core:0.9.9'
compile 'com.github.mariotaku:MultiValueSwitch:0.9.7'
compile 'com.github.mariotaku:AbstractTask:0.9.4'
compile 'com.github.mariotaku.CommonsLibrary:parcel:0.9.9'
compile 'com.github.mariotaku.CommonsLibrary:io:0.9.9'
compile 'com.github.mariotaku.CommonsLibrary:text:0.9.9'
compile 'com.github.mariotaku.CommonsLibrary:text-kotlin:0.9.9'
compile 'com.github.mariotaku.CommonsLibrary:parcel:0.9.10'
compile 'com.github.mariotaku.CommonsLibrary:io:0.9.10'
compile 'com.github.mariotaku.CommonsLibrary:text:0.9.10'
compile 'com.github.mariotaku.CommonsLibrary:text-kotlin:0.9.10'
compile 'com.github.mariotaku:KPreferences:0.9.1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'nl.komponents.kovenant:kovenant:3.3.0'