|
|
|
@ -124,28 +124,32 @@ android { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
def supportVersion = '27.1.0' |
|
|
|
|
def supportVersion = '27.1.1' |
|
|
|
|
|
|
|
|
|
implementation "com.android.support:support-v13:${supportVersion}" |
|
|
|
|
implementation "com.android.support:appcompat-v7:${supportVersion}" |
|
|
|
|
implementation "com.android.support:recyclerview-v7:${supportVersion}" |
|
|
|
|
implementation "com.android.support:cardview-v7:${supportVersion}" |
|
|
|
|
implementation "com.android.support:support-annotations:${supportVersion}" |
|
|
|
|
implementation "com.android.support:exifinterface:${supportVersion}" |
|
|
|
|
implementation "com.android.support:design:${supportVersion}" |
|
|
|
|
implementation "com.android.support:customtabs:${supportVersion}" |
|
|
|
|
implementation 'com.android.support.constraint:constraint-layout:1.0.2' |
|
|
|
|
implementation 'com.android.support.constraint:constraint-layout:1.1.2' |
|
|
|
|
|
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:3.8.0' |
|
|
|
|
implementation 'com.squareup.okhttp3:okhttp:3.10.0' |
|
|
|
|
//noinspection GradleDependency |
|
|
|
|
implementation 'com.j256.ormlite:ormlite-core:4.48' |
|
|
|
|
//noinspection GradleDependency |
|
|
|
|
implementation 'com.j256.ormlite:ormlite-android:4.48' |
|
|
|
|
implementation 'org.jsoup:jsoup:1.9.2' |
|
|
|
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.1.16' |
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.5.0' |
|
|
|
|
implementation 'org.jsoup:jsoup:1.11.3' |
|
|
|
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.12' |
|
|
|
|
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0' |
|
|
|
|
//noinspection GradleDependency |
|
|
|
|
implementation 'de.greenrobot:eventbus:2.4.0' |
|
|
|
|
implementation 'org.nibor.autolink:autolink:0.6.0' |
|
|
|
|
implementation 'com.google.code.gson:gson:2.8.1' |
|
|
|
|
implementation 'me.xdrop:fuzzywuzzy:1.1.9' |
|
|
|
|
implementation 'org.nibor.autolink:autolink:0.9.0' |
|
|
|
|
implementation 'com.google.code.gson:gson:2.8.5' |
|
|
|
|
implementation 'me.xdrop:fuzzywuzzy:1.1.10' |
|
|
|
|
implementation 'org.codejargon.feather:feather:1.0' |
|
|
|
|
|
|
|
|
|
releaseImplementation 'ch.acra:acra-http:5.0.1' |
|
|
|
|
releaseImplementation 'ch.acra:acra-http:5.1.3' |
|
|
|
|
} |
|
|
|
|