Skip to content

Commit 4c89616

Browse files
authored
Merge pull request #78 from passageidentity/release-major-v2.0.0
v2.0.0 into main
2 parents 6178d6a + 452ea22 commit 4c89616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Integrating passkey technology can be really hard. That's why we built the Passa
1515

1616
You can import the Passage library by including this in your app's `build.gradle` file dependencies:
1717
```gradle
18-
implementation 'id.passage.android:passage:1.8.2'
18+
implementation 'id.passage.android:passage:2.0.0'
1919
```
2020

2121
And you can use it like this:

passage/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "id.passage.android"
12-
version = "1.8.2"
12+
version = "2.0.0"
1313

1414
task wrapper(type: Wrapper) {
1515
gradleVersion = '7.5' // Updated to a more recent version
@@ -26,8 +26,8 @@ android {
2626
defaultConfig {
2727
minSdk 28 // Minimum support for Credentials Manager - ie passkeys
2828
targetSdk 34
29-
versionCode 18
30-
versionName "1.8.2"
29+
versionCode 19
30+
versionName "2.0.0"
3131

3232
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3333
}

0 commit comments

Comments
 (0)