File tree 6 files changed +15
-13
lines changed
6 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,11 @@ jobs:
28
28
fail-if-no-release : false
29
29
tag : latest
30
30
assets : |
31
- ./app/build/outputs/apk/release/app-release-unsigned.apk
31
+ ./app/build/outputs/apk/release/app\ -release\ -unsigned.apk
32
32
33
33
# https://github.com/softprops/action-gh-release
34
34
- run : cat apk
35
35
- uses : softprops/action-gh-release@v1
36
36
with :
37
- files : |
38
- ./app/build/outputs/apk/release/app-release-unsigned.apk
39
- tag_name : " latest"
40
- prerelease : true
37
+ files : ./app/build/outputs/apk/release/app\-release\-unsigned.apk
38
+ tag : latest
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ android {
58
58
59
59
dependencies {
60
60
final def markwon_version = ' 4.6.2'
61
- final def lifecycle_version = ' 2.3 .1'
61
+ final def lifecycle_version = ' 2.5 .1'
62
62
63
63
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
64
64
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
3
4
xmlns : tools =" http://schemas.android.com/tools"
4
5
android : layout_width =" match_parent"
5
6
android : layout_height =" match_parent"
46
47
android : layout_marginEnd =" 32dp"
47
48
android : alpha =" 0.54"
48
49
android : src =" @drawable/ic_camera_alt_black_24dp"
49
- android : tint =" ?attr/colorOnSurface" />
50
+ app : tint =" ?attr/colorOnSurface" />
50
51
51
52
<TextView
52
53
style =" @style/TextAppearance.MaterialComponents.Subtitle2"
73
74
android : layout_marginEnd =" 32dp"
74
75
android : alpha =" 0.54"
75
76
android : src =" @drawable/ic_photo_library_black_24dp"
76
- android : tint =" ?attr/colorOnSurface" />
77
+ app : tint =" ?attr/colorOnSurface" />
77
78
78
79
<TextView
79
80
style =" @style/TextAppearance.MaterialComponents.Subtitle2"
100
101
android : layout_marginEnd =" 32dp"
101
102
android : alpha =" 0.54"
102
103
android : src =" @drawable/ic_confirmation_number_black_24dp"
103
- android : tint =" ?attr/colorOnSurface" />
104
+ app : tint =" ?attr/colorOnSurface" />
104
105
105
106
<TextView
106
107
style =" @style/TextAppearance.MaterialComponents.Subtitle2"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
3
4
android : id =" @+id/login_view"
4
5
android : layout_width =" wrap_content"
5
6
android : layout_height =" wrap_content"
11
12
android : layout_height =" 150dp"
12
13
android : layout_centerHorizontal =" true"
13
14
android : src =" @drawable/qr_code"
14
- android : tint =" @android:color/darker_gray" />
15
+ app : tint =" @android:color/darker_gray" />
15
16
16
17
<TextView
17
18
android : id =" @+id/login_title"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
3
4
android : layout_width =" match_parent"
4
5
android : layout_height =" wrap_content"
5
6
android : background =" ?android:attr/selectableItemBackground"
15
16
android : layout_marginStart =" 16dp"
16
17
android : layout_marginEnd =" 32dp"
17
18
android : alpha =" 0.54"
18
- android : tint =" ?attr/colorOnSurface" />
19
+ app : tint =" ?attr/colorOnSurface" />
19
20
20
21
<TextView
21
22
android : id =" @+id/title"
34
35
android : layout_marginEnd =" 16dp"
35
36
android : alpha =" 0.54"
36
37
android : src =" @drawable/ic_launch_black_24dp"
37
- android : tint =" ?attr/colorOnSurface" />
38
+ app : tint =" ?attr/colorOnSurface" />
38
39
</LinearLayout >
Original file line number Diff line number Diff line change 15
15
-->
16
16
17
17
<FrameLayout xmlns : android =" http://schemas.android.com/apk/res/android"
18
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
18
19
android : layout_width =" match_parent"
19
20
android : layout_height =" 192dp"
20
21
android : background =" ?attr/colorPrimaryDark"
57
58
android : layout_below =" @id/user_title"
58
59
android : layout_alignParentEnd =" true"
59
60
android : src =" @drawable/ic_arrow_drop_down_black_24dp"
60
- android : tint =" @color/colorWhite" />
61
+ app : tint =" @color/colorWhite" />
61
62
62
63
</RelativeLayout >
63
64
You can’t perform that action at this time.
0 commit comments