Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Release v1.0.0-alpha06
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Oct 15, 2023
1 parent 6774754 commit 9f0d8cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "dev.medzik.librepass.android"
minSdk = libs.versions.android.sdk.min.get().toInt()
targetSdk = libs.versions.android.sdk.target.get().toInt()
versionCode = 5
versionName = "1.0.0-alpha05"
versionCode = 6
versionName = "1.0.0-alpha06"

vectorDrawables {
useSupportLibrary = true
Expand Down
3 changes: 2 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixed the view collapsing when the keyboard is displayed
- Fixed the view collapsing when the keyboard is displayed
- Added navigation bar padding to BottomSheet

0 comments on commit 9f0d8cb

Please sign in to comment.