From 8465e1cc6898f792b106d3d60fd95c3edd5c6947 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Tue, 26 Nov 2024 01:38:57 +0530 Subject: [PATCH] NTP-15432 | Move to compileSdk 35 (#277) --- app/build.gradle | 2 +- navi-alfred/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3eceec9..aed4b4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ def VERSION_NAME = "1.0.0" android { namespace 'com.navi.alfred.demo' - compileSdk 34 + compileSdk 35 defaultConfig { applicationId 'com.navi.alfred.demo' diff --git a/navi-alfred/build.gradle b/navi-alfred/build.gradle index 459bf1b..195b925 100644 --- a/navi-alfred/build.gradle +++ b/navi-alfred/build.gradle @@ -10,7 +10,7 @@ def VERSION = "1.18.0" android { namespace 'com.navi.alfred' - compileSdk 34 + compileSdk 35 defaultConfig { minSdk 24