Skip to content

Commit 30e78c6

Browse files
committed
Minor Fixes
1 parent 6383639 commit 30e78c6

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
minSdkVersion 23
77
targetSdkVersion 28
88
versionCode 2
9-
versionName "1.02"
9+
versionName "1.03"
1010
}
1111
buildTypes {
1212
release {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.gsd.mpm.materialpopupmenu">
1+
<manifest package="com.gsd.mpm.materialpopupmenu">
32

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" />
113
</manifest>

app/src/main/res/values/styles.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
<resources>
22

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-
113
<style name="Animations" />
124

135
<!-- PopDownMenu -->

0 commit comments

Comments
 (0)