Skip to content

Commit 49a8766

Browse files
committed
Merge branch 'fix/error-msg' into 'master'
Oprava pozice chyby v dialogu transakce + odebrání buildování APK See merge request fmasa/pv239-project!62
2 parents e556ea5 + b9a6424 commit 49a8766

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ Test Firestore rules:
3333
- yarn install
3434
- yarn test
3535

36-
Build APK (debug):
37-
extends: .gradle
38-
stage: build
39-
only:
40-
- master
41-
script:
42-
- ./gradlew assembleDebug
43-
- cp app/build/outputs/apk/debug/app-debug.apk .
44-
artifacts:
45-
paths:
46-
- app-debug.apk
47-
expose_as: Debug APK
48-
4936
Publish to Google Play:
5037
extends: .gradle
5138
stage: build

app/src/main/res/layout/dialog_transaction.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
android:textColor="@color/colorDanger"
6868
android:layout_width="wrap_content"
6969
android:layout_height="wrap_content"
70+
app:layout_constraintTop_toBottomOf="@id/crownsInput"
7071
app:layout_constraintEnd_toEndOf="parent"
7172
app:layout_constraintStart_toStartOf="parent" />
7273

0 commit comments

Comments
 (0)