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

Commit

Permalink
Release 1.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Aug 7, 2023
1 parent c2586d3 commit bfcffbe
Showing 1 changed file with 2 additions and 2 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 = 24
targetSdk = 34
versionCode = System.getenv("LIBREPASS_APP_VERSION_CODE")?.toInt() ?: 1
versionName = System.getenv("LIBREPASS_APP_VERSION_NAME") ?: "1.0.0-alpha01"
versionCode = System.getenv("LIBREPASS_APP_VERSION_CODE")?.toInt() ?: 2
versionName = System.getenv("LIBREPASS_APP_VERSION_NAME") ?: "1.0.0-alpha02"

vectorDrawables {
useSupportLibrary = true
Expand Down

0 comments on commit bfcffbe

Please sign in to comment.