Skip to content

Commit 2f207d7

Browse files
authored
Merge pull request #26 from hegocre/enhancements/miscellaneous
Update version
2 parents 43e35e2 + b58d962 commit 2f207d7

6 files changed

Lines changed: 193 additions & 120 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.hegocre.nextcloudpasswords"
1616
minSdk 24
1717
targetSdk 34
18-
versionCode 6
19-
versionName "1.0.3"
18+
versionCode 10
19+
versionName "1.0.4"
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
vectorDrawables {
@@ -66,6 +66,7 @@ android {
6666
kotlinCompilerExtensionVersion '1.5.4'
6767
}
6868
packagingOptions {
69+
doNotStrip '**/*.so'
6970
resources {
7071
excludes += '/META-INF/{AL2.0,LGPL2.1}'
7172
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

gradle/wrapper/gradle-wrapper.jar

4.07 KB
Binary file not shown.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#Mon Dec 27 18:47:45 CET 2021
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionSha256Sum=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
5+
networkTimeout=10000
6+
validateDistributionUrl=true
67
zipStoreBase=GRADLE_USER_HOME
8+
zipStorePath=wrapper/dists

gradlew

Lines changed: 172 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)