Skip to content

Commit a5533f6

Browse files
Reset app version to 1.4.36 (#1140)
1 parent 822fab5 commit a5533f6

File tree

7 files changed

+3
-20
lines changed

7 files changed

+3
-20
lines changed

.github/workflows/generate-aab-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
- name: Setting up project
2222
uses: ./.github/actions/setup
2323

24-
- name: Build with Gradle
25-
id: build
26-
run: ./gradlew build
27-
2824
- name: Build Release AAB
2925
id: buildRelease
3026
run: ./gradlew bundleFreeRelease

.github/workflows/generate-pro-aab-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
- name: Setting up project
2222
uses: ./.github/actions/setup
2323

24-
- name: Build with Gradle
25-
id: build
26-
run: ./gradlew build
27-
2824
- name: Build Release AAB
2925
id: buildRelease
3026
run: ./gradlew bundleProRelease

.github/workflows/production.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
- name: Setting up project
1818
uses: ./.github/actions/setup
1919

20-
- name: Build with Gradle
21-
id: build
22-
run: ./gradlew build
23-
2420
- name: Build Free and Pro Release AAB
2521
id: buildFreeRelease
2622
run: ./gradlew bundleFreeRelease

.github/workflows/uploadBuildOnTag.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
- name: Setting up project
2424
uses: ./.github/actions/setup
2525

26-
- name: Build with Gradle
27-
id: build
28-
run: ./gradlew build
29-
3026
- name: Build Free and Pro Release AAB
3127
id: buildRelease
3228
run: ./gradlew bundleRelease

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId = appPackageId
2121
minSdk = 23
2222
targetSdk = 35
23-
versionCode = 1437
24-
versionName = "1.4.37"
23+
versionCode = 1436
24+
versionName = "1.4.36"
2525

2626
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
2727
vectorDrawables {

fastlane/metadata/android/en-US/changelogs/1437.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

whatsnew/whatsnew-en-US

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
AutoFill service is now available
1+
- Added option to enable password reminder, if biometric is enabled in 24 hours

0 commit comments

Comments
 (0)