From 7f16024ce776a6538f9103ec943057ee55cc1d3d Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Wed, 19 Jan 2022 23:18:57 +0530 Subject: [PATCH 1/2] Remove second launcher icon --- common/src/main/AndroidManifest.xml | 18 ------------------ .../com/yogeshpaliyal/common/MainActivity.kt | 11 ----------- 2 files changed, 29 deletions(-) delete mode 100644 common/src/main/java/com/yogeshpaliyal/common/MainActivity.kt diff --git a/common/src/main/AndroidManifest.xml b/common/src/main/AndroidManifest.xml index 7579e023..17ae9a0e 100644 --- a/common/src/main/AndroidManifest.xml +++ b/common/src/main/AndroidManifest.xml @@ -2,22 +2,4 @@ - - - - - - - - - - \ No newline at end of file diff --git a/common/src/main/java/com/yogeshpaliyal/common/MainActivity.kt b/common/src/main/java/com/yogeshpaliyal/common/MainActivity.kt deleted file mode 100644 index 90a3018a..00000000 --- a/common/src/main/java/com/yogeshpaliyal/common/MainActivity.kt +++ /dev/null @@ -1,11 +0,0 @@ -package com.yogeshpaliyal.common - -import android.os.Bundle -import androidx.appcompat.app.AppCompatActivity - -class MainActivity : AppCompatActivity() { - override fun onCreate(savedInstanceState: Bundle?) { - super.onCreate(savedInstanceState) - setContentView(R.layout.activity_main) - } -} From d87174151583d9b6abb4204783c9a69c306a154f Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Wed, 19 Jan 2022 23:21:14 +0530 Subject: [PATCH 2/2] Bump to v1.4.4 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/1404.txt | 1 + whatsnew/whatsnew-en-US | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1404.txt diff --git a/app/build.gradle b/app/build.gradle index b193cd4c..22cb6fc9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/fastlane/metadata/android/en-US/changelogs/1404.txt b/fastlane/metadata/android/en-US/changelogs/1404.txt new file mode 100644 index 00000000..5df4a056 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1404.txt @@ -0,0 +1 @@ +Remove second launcher icon \ No newline at end of file diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index f0c96cfb..5df4a056 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1 +1 @@ -UX improvements \ No newline at end of file +Remove second launcher icon \ No newline at end of file