From 2bbce725ff09dcd61468bff4bdc18f470ff19cdb Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Tue, 28 May 2024 23:41:10 +0530 Subject: [PATCH] adds fdi --- CHANGELOG.md | 4 ++++ app/build.gradle | 2 +- examples/with-thirdparty/README.md | 2 +- frontendDriverInterfaceSupported.json | 4 +++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bedd6ce..4a3aaf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index ea106bd..91df9e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/examples/with-thirdparty/README.md b/examples/with-thirdparty/README.md index 3acb8f3..96308ba 100644 --- a/examples/with-thirdparty/README.md +++ b/examples/with-thirdparty/README.md @@ -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") diff --git a/frontendDriverInterfaceSupported.json b/frontendDriverInterfaceSupported.json index 3c987dc..2df7286 100644 --- a/frontendDriverInterfaceSupported.json +++ b/frontendDriverInterfaceSupported.json @@ -4,6 +4,8 @@ "1.16", "1.17", "1.18", - "1.19" + "1.19", + "2.0", + "3.0" ] } \ No newline at end of file