Update lib + prepares release 1.9.0

This commit is contained in:
stom79 2018-05-12 11:40:10 +02:00
parent dd57c0607d
commit ac2b73560d
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 15
targetSdkVersion 27
versionCode 122
versionName "1.8.9"
versionCode 123
versionName "1.9.0"
}
flavorDimensions "default"
buildTypes {
@ -40,7 +40,7 @@ allprojects {
}
ext.supportLibraryVersion = '27.1.1'
ext.glideLibraryVersion = '4.6.1'
ext.conscryptLibraryVersion = '1.0.1'
ext.conscryptLibraryVersion = '1.1.2'
ext.evernoteLibraryVersion = '1.2.5'
ext.gsonLibraryVersion = '2.8.2'
ext.guavaLibraryVersion = '24.1-android'

View File

@ -1024,7 +1024,7 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct
}
});
//Click on a conversation
if( getItemViewType(position) == DISPLAYED_STATUS) {
if( getItemViewType(position) == DISPLAYED_STATUS || getItemViewType(position) == COMPACT_STATUS) {
holder.status_content.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {