Skip to content

Commit

Permalink
4.1.1 Patch 27 Done
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyu-ayaan committed Mar 7, 2023
1 parent 9977c6e commit e2b7fb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bitapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.atech.bit"
minSdk 24
targetSdk 33
versionCode 52
versionName "4.1.1 Patch 26"
versionCode 53
versionName "4.1.1 Patch 27"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions bitapp/src/main/res/layout/layout_home_holiday.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
android:text="@string/show_all"
android:textAppearance="?attr/textAppearanceCaption"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@+id/text_holiday"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:visibility="visible" />
Expand All @@ -48,6 +49,7 @@
app:cardBackgroundColor="?attr/bottomBar"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@+id/text_holiday"
app:layout_constraintVertical_bias="0.0"
app:strokeColor="?attr/bottomBar"
tools:layout_editor_absoluteX="8dp"
tools:visibility="visible">
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
materail3Version = '1.9.0-alpha02'
playServicesAuthVersion = "20.4.1"
playServicesAds = '21.5.0'
firebaseFireStoreVersion = '24.4.3'
firebaseFireStoreVersion = '24.4.4'
googleServiceVersion = '4.3.10'
coroutines = '1.6.4'
lifecycle_version = '2.6.0-rc01'
Expand Down

0 comments on commit e2b7fb1

Please sign in to comment.