We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a7051 commit 23ebd3fCopy full SHA for 23ebd3f
2 files changed
app/build.gradle
@@ -15,8 +15,8 @@ android {
15
applicationId "com.hegocre.nextcloudpasswords"
16
minSdk 24
17
targetSdk 34
18
- versionCode 6
19
- versionName "1.0.3"
+ versionCode 10
+ versionName "1.0.4"
20
21
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/10.txt
@@ -0,0 +1,4 @@
1
+- Added support for inline autofill
2
+- Autofill field detection improvements
3
+- Always go to passwords view on autofill requests
4
+- Bug fixes and internal improvements
0 commit comments