diff --git a/app/build.gradle b/app/build.gradle index 3a96d154..42a613fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,11 +11,12 @@ android { compileSdk 33 defaultConfig { + applicationId "com.yogeshpaliyal.keypass" minSdk 22 targetSdk 33 - versionCode 1408 - versionName "1.4.8" + versionCode 1409 + versionName "1.4.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/1409.txt b/fastlane/metadata/android/en-US/changelogs/1409.txt new file mode 100644 index 00000000..3a82d807 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1409.txt @@ -0,0 +1,2 @@ +Library bumps +Migrating to compose diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 2244054f..8564a4c3 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,2 @@ -Most requested feature: -Set custom keyphrase for the backups. - -Bug Fix and improvements \ No newline at end of file +Library bumps +Migrating to compose