Skip to content

Commit c2ffd24

Browse files
committed
Update : Workflow
1 parent 42ef8aa commit c2ffd24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-debug-apk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Latest Build(debug)
33
on:
44
push:
55
branches:
6-
- master
7-
6+
- androidx
87
jobs:
98
build:
109
name: Build debug apk

.github/workflows/build-release-apk.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Latest build(release)
22

33
on:
44
workflow_dispatch:
5-
branches:
6-
- master
75

86
jobs:
97
build:

app/src/main/java/io/github/ratul/topactivity/dialog/DialogBeautifier.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626
*/
2727
public class DialogBeautifier {
2828
private String regular_font = "fonts/google_sans_regular.ttf";
29+
2930
private String bold_font = "fonts/google_sans_bold.ttf";
31+
3032
private AlertDialog dialog;
33+
3134
private Context dialogContext;
3235

3336
public DialogBeautifier(AlertDialog alert) {

0 commit comments

Comments
 (0)