diff --git a/app/build.gradle b/app/build.gradle
index f7976bb..3cd7a35 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -20,8 +20,8 @@ android {
applicationId "in.sminnovations.hpostesting.server"
minSdk 30
targetSdk 34
- versionCode 134
- versionName "2.1.131"
+ versionCode 136
+ versionName "2.1.133"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 71eaae9..dd20690 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -24,13 +24,12 @@
-
-
-
+
+ android:screenOrientation="portrait" />
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_gallery.xml b/app/src/main/res/layout/fragment_gallery.xml
index d7001a8..bcd9663 100644
--- a/app/src/main/res/layout/fragment_gallery.xml
+++ b/app/src/main/res/layout/fragment_gallery.xml
@@ -55,7 +55,21 @@
app:layout_constraintTop_toBottomOf="@id/tv_subtitle4" />
-
+
+
+ app:layout_constraintTop_toBottomOf="@id/btn_rnd" />
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file