Skip to content

Commit

Permalink
adds fdi
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed May 28, 2024
1 parent e67e776 commit 2bbce72
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2024-05-28

- re-Adds FDI 2.0 and 3.0 support

## [0.4.1] - 2024-05-28

- Adds FDI 2.0 and 3.0 support
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
def publishVersionID = "0.4.1"
def publishVersionID = "0.4.2"

android {
compileSdkVersion 32
Expand Down
2 changes: 1 addition & 1 deletion examples/with-thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencyResolutionManagement {
Add the folliwing to your app level `build.gradle`

```gradle
implementation("com.github.supertokens:supertokens-android:0.4.1")
implementation("com.github.supertokens:supertokens-android:0.4.2")
implementation ("com.google.android.gms:play-services-auth:20.7.0")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("net.openid:appauth:0.11.1")
Expand Down
4 changes: 3 additions & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"1.16",
"1.17",
"1.18",
"1.19"
"1.19",
"2.0",
"3.0"
]
}

0 comments on commit 2bbce72

Please sign in to comment.