From 7b2e23feafdc7c460bda6722f173c648451e0dde Mon Sep 17 00:00:00 2001 From: Nivethaa-Testpress Date: Tue, 8 Sep 2026 15:38:42 +0530 Subject: [PATCH] build: Release Testpress SDK version 1.4.307 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2425fbf43..3e760ebf8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'kotlin-kapt' apply plugin: 'org.jetbrains.kotlin.plugin.compose' ext { - testpressSDK = '1.4.306' + testpressSDK = '1.4.307' } def jsonFile = file('src/main/assets/config.json')