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

Commit 5f444b1

Browse files
committed
Release v1.3.1
1 parent e0244ad commit 5f444b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
applicationId = "dev.medzik.librepass.android"
1717
minSdk = libs.versions.android.sdk.min.get().toInt()
1818
targetSdk = libs.versions.android.sdk.target.get().toInt()
19-
versionCode = 17
20-
versionName = "1.3.0"
19+
versionCode = 18
20+
versionName = "1.3.1"
2121

2222
vectorDrawables {
2323
useSupportLibrary = true

Diff for: fastlane/metadata/android/en-US/changelogs/18.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added deprecation warning

0 commit comments

Comments
 (0)