From 09f6585eb2b9a5e9bdd6b6b2ae9eccccdef4c905 Mon Sep 17 00:00:00 2001 From: PruthiviRaj27 Date: Fri, 4 Oct 2024 10:52:37 +0530 Subject: [PATCH] fix: Use Testpress SDK version 1.4.168 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 73e17a82..dff40fce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt' ext { - testpressSDK = '1.4.165' + testpressSDK = '1.4.168' } def jsonFile = file('src/main/assets/config.json')