Skip to content

Commit

Permalink
Fixed pagecount not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
tom5079 committed Oct 13, 2020
1 parent 88f3b30 commit 8757b08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 63
versionName "5.1.4"
versionName "5.1.4-hotfix1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"filters": [],
"properties": [],
"versionCode": 63,
"versionName": "5.1.4",
"versionName": "5.1.4-hotfix1",
"enabled": true,
"outputFile": "app-release.apk"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/item_galleryblock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@
android:layout_marginBottom="8dp"
app:layout_constraintTop_toBottomOf="@id/divider"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="parent"
app:layout_constraintRight_toLeftOf="parent" />
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />

<ImageView
android:id="@+id/galleryblock_favorite"
Expand Down

0 comments on commit 8757b08

Please sign in to comment.