Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaSeylani committed Oct 29, 2024
1 parent 80ffcce commit 315a32d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions passageflex/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

group = "id.passage.android"
version = "0.2.0"
version = "0.3.0"

def localProperties = new Properties()
File localPropertiesFile = rootProject.file('local.properties')
Expand All @@ -30,8 +30,8 @@ android {
defaultConfig {
minSdk 28 // Minimum support for Credentials Manager - ie passkeys
targetSdk 34
versionCode 2
versionName "0.2.0"
versionCode 3
versionName "0.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 315a32d

Please sign in to comment.