File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.cgogolin.library"
4
- android : versionCode =" 56 "
5
- android : versionName =" 5.5x " >
4
+ android : versionCode =" 60 "
5
+ android : versionName =" 6.0 " >
6
6
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
7
7
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
8
8
<uses-sdk android : minSdkVersion =" 11" android : targetSdkVersion =" 23" />
Original file line number Diff line number Diff line change 59
59
android : layout_height =" wrap_content"
60
60
android : textSize =" 13sp"
61
61
android : textColor =" #505050"
62
+ android : paddingBottom =" 2sp"
62
63
>
63
64
</TextView >
64
65
<!-- <TextView
You can’t perform that action at this time.
0 commit comments