From 2408e0db576a59ba296a0f956d1cd4e272a93a56 Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow Date: Thu, 2 Jul 2026 10:30:01 +0530 Subject: [PATCH 1/3] SK-2870: update README requirements and version for 1.27.0 - Bump requirements to AGP 8.6.0+, JDK 17, Kotlin 2.x, compileSdk 35 - Update SDK version in code snippets to 1.27.0 Co-Authored-By: Claude Sonnet 4.6 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c8f1a8..599eef8 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ Skyflow’s android SDK can be used to securely collect, tokenize, and display s # Installation ## Requirements -- Android Gradle plugin 4.2.0 and above - Android 5.0 (API level 21) and above +- compileSdk 35 or higher +- Android Gradle Plugin 8.6.0 or higher +- JDK 17 or higher +- Kotlin 2.x or higher ## Configuration ### Step 1: Generate a Personal Access Token for GitHub @@ -63,7 +66,7 @@ Alternatively you can also add the GPR_USER_NAME and GPR_PAT values to your envi - Add the dependency to your application's build.gradle file ```java - implementation 'com.skyflowapi.android:skyflow-android-sdk:1.24.0' + implementation 'com.skyflowapi.android:skyflow-android-sdk:1.27.0' ``` #### Using maven @@ -91,7 +94,7 @@ Alternatively you can also add the GPR_USER_NAME and GPR_PAT values to your envi com.skyflowapi.android skyflow-android-sdk - 1.24.0 + 1.27.0 ``` From f6b3b5273c0b58413ef2a861662ae8e9a7c8996e Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow Date: Thu, 2 Jul 2026 10:33:48 +0530 Subject: [PATCH 2/3] SK-2870: use consistent 'and above' phrasing in requirements Co-Authored-By: Claude Sonnet 4.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 599eef8..a99c9b7 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Skyflow’s android SDK can be used to securely collect, tokenize, and display s ## Requirements - Android 5.0 (API level 21) and above -- compileSdk 35 or higher -- Android Gradle Plugin 8.6.0 or higher -- JDK 17 or higher -- Kotlin 2.x or higher +- compileSdk 35 and above +- Android Gradle Plugin 8.6.0 and above +- JDK 17 and above +- Kotlin 2.x and above ## Configuration ### Step 1: Generate a Personal Access Token for GitHub From 2dfa4ffde41ef1944cba251feb8d00695e5fba6c Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow Date: Thu, 2 Jul 2026 11:01:23 +0530 Subject: [PATCH 3/3] SK-2870: simplify README requirements to SDK-relevant items only Remove JDK and Kotlin as they are dev environment details implied by the AGP requirement, not SDK-specific requirements. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a99c9b7..8282a99 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,6 @@ Skyflow’s android SDK can be used to securely collect, tokenize, and display s - Android 5.0 (API level 21) and above - compileSdk 35 and above - Android Gradle Plugin 8.6.0 and above -- JDK 17 and above -- Kotlin 2.x and above ## Configuration ### Step 1: Generate a Personal Access Token for GitHub