File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
6
6
minSdkVersion 23
7
7
targetSdkVersion 28
8
8
versionCode 2
9
- versionName " 1.02 "
9
+ versionName " 1.03 "
10
10
}
11
11
buildTypes {
12
12
release {
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.gsd.mpm.materialpopupmenu" >
1
+ <manifest package =" com.gsd.mpm.materialpopupmenu" >
3
2
4
- <application
5
- android : allowBackup =" true"
6
- android : icon =" @mipmap/ic_launcher"
7
- android : label =" @string/app_name"
8
- android : roundIcon =" @mipmap/ic_launcher_round"
9
- android : supportsRtl =" true"
10
- android : theme =" @style/AppTheme" />
11
3
</manifest >
Original file line number Diff line number Diff line change 1
1
<resources >
2
2
3
- <!-- Base application theme. -->
4
- <style name =" AppTheme" parent =" Theme.AppCompat.Light.DarkActionBar" >
5
- <!-- Customize your theme here. -->
6
- <item name =" colorPrimary" >@color/colorPrimary</item >
7
- <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
8
- <item name =" colorAccent" >@color/colorAccent</item >
9
- </style >
10
-
11
3
<style name =" Animations" />
12
4
13
5
<!-- PopDownMenu -->
You can’t perform that action at this time.
0 commit comments