1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-11 15:53:53 +01:00

fixed RestFu version

This commit is contained in:
Mariotaku Lee 2016-01-04 20:23:55 +08:00
parent 9ed9f12841
commit c2f7ecc706

View File

@ -43,7 +43,7 @@ dependencies {
compile 'com.android.support:support-v4:23.1.1'
compile 'com.bluelinelabs:logansquare:1.3.4'
compile 'org.apache.commons:commons-lang3:3.4'
compile 'com.github.mariotaku.RestFu:library:0.9.8-SNAPSHOT'
compile 'com.github.mariotaku.RestFu:library:0.9.9'
compile 'com.hannesdorfmann.parcelableplease:annotation:1.0.2'
compile 'com.github.mariotaku.SQLiteQB:library:0.9.3'
compile 'com.github.mariotaku.ObjectCursor:core:0.9.3'