Skip to content

Commit

Permalink
Merge pull request #86 from yogeshpaliyal/fix/multiple_icons
Browse files Browse the repository at this point in the history
Fix/multiple icons
  • Loading branch information
yogeshpaliyal authored Jan 19, 2022
2 parents f26ed52 + d871741 commit 353668d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 32 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId appPackageId
minSdkVersion 22
targetSdkVersion 31
versionCode 1403
versionName "1.4.3"
versionCode 1404
versionName "1.4.4"

testInstrumentationRunner "com.yogeshpaliyal.keypass.CustomTestRunner"
}
Expand Down
18 changes: 0 additions & 18 deletions common/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yogeshpaliyal.common">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.KeyPass">
<activity
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
11 changes: 0 additions & 11 deletions common/src/main/java/com/yogeshpaliyal/common/MainActivity.kt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1404.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove second launcher icon
2 changes: 1 addition & 1 deletion whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
UX improvements
Remove second launcher icon

0 comments on commit 353668d

Please sign in to comment.