From 21d7c92e2bc219a4a0abc845238a8ac1fc9190a4 Mon Sep 17 00:00:00 2001 From: nsingh-branch Date: Wed, 8 May 2024 13:02:25 -0700 Subject: [PATCH] Updated compileSdk 34 --- Branch-SDK-Automation-TestBed/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Branch-SDK-Automation-TestBed/build.gradle b/Branch-SDK-Automation-TestBed/build.gradle index cd6fa972f..39e69b992 100644 --- a/Branch-SDK-Automation-TestBed/build.gradle +++ b/Branch-SDK-Automation-TestBed/build.gradle @@ -3,7 +3,7 @@ plugins { } android { - compileSdk 33 + compileSdk 34 signingConfigs { debug { @@ -16,7 +16,7 @@ android { defaultConfig { applicationId "io.branch.branchandroiddemo" minSdk 21 - targetSdk 33 + targetSdk 34 versionCode 1 versionName "1.0"