File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff 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-
4936Publish to Google Play :
5037 extends : .gradle
5138 stage : build
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments