From 79a7b985769ec15c648f94163d2832b0c9e92792 Mon Sep 17 00:00:00 2001 From: amirisback Date: Thu, 21 Aug 2025 11:39:15 +0700 Subject: [PATCH 1/2] Release v2.3.1 --- buildSrc/src/main/kotlin/ProjectSetting.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/ProjectSetting.kt b/buildSrc/src/main/kotlin/ProjectSetting.kt index f54d268..f49b9b8 100644 --- a/buildSrc/src/main/kotlin/ProjectSetting.kt +++ b/buildSrc/src/main/kotlin/ProjectSetting.kt @@ -36,12 +36,12 @@ object ProjectSetting { const val VERSION_MAJOR = 2 const val VERSION_MINOR = 3 - const val VERSION_PATCH = 0 + const val VERSION_PATCH = 1 // --------------------------------------------------------------------------------------------- const val PROJECT_MIN_SDK = 23 - const val PROJECT_COMPILE_SDK = 35 + const val PROJECT_COMPILE_SDK = 36 const val PROJECT_TARGET_SDK = PROJECT_COMPILE_SDK // --------------------------------------------------------------------------------------------- From 7c36a78c7c6e8eeb017a893c40d80c47978abd3c Mon Sep 17 00:00:00 2001 From: amirisback Date: Thu, 21 Aug 2025 11:41:21 +0700 Subject: [PATCH 2/2] Release v2.3.1 --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9c6ea81..2411ac9 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,12 @@ This Is Latest Release - $version_release = 2.3.0 + $version_release = 2.3.1 What's New?? - * Fresh Release * - * All Frogo Libs * - * Simple Implementation * + * Open Function Enable Edge To Edge * + * Library Update Latest Version * ## Download this project @@ -56,7 +55,7 @@ allprojects { ```groovy dependencies { // library frogo-sdk - implementation 'com.github.frogobox:frogo-sdk:2.3.0' + implementation 'com.github.frogobox:frogo-sdk:2.3.1' } ``` @@ -65,14 +64,14 @@ dependencies { ```groovy dependencies { // library frogo-sdk - implementation("com.github.frogobox:frogo-sdk:2.3.0") + implementation("com.github.frogobox:frogo-sdk:2.3.1") } ``` ####