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/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) - } -} 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