From 8a1147e24b36ac2d590a5a005c8005de0fc4f635 Mon Sep 17 00:00:00 2001 From: manikandanvgts Date: Thu, 12 Oct 2023 14:50:30 +0530 Subject: [PATCH] toast build gradle change --- app/build.gradle.kts | 4 ++-- toast/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bab1eb8..1deeffc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -5,12 +5,12 @@ plugins { android { namespace = "com.sampleapp.samplepulginapp" - compileSdk = 33 + compileSdk = 34 defaultConfig { applicationId = "com.sampleapp.samplepulginapp" minSdk = 24 - targetSdk = 33 + targetSdk = 34 versionCode = 1 versionName = "1.0" diff --git a/toast/build.gradle b/toast/build.gradle index d72a98d..ba017a5 100644 --- a/toast/build.gradle +++ b/toast/build.gradle @@ -6,7 +6,7 @@ plugins { android { namespace 'com.sampleapp.toast' - compileSdk 33 + compileSdk 34 defaultConfig { minSdk 24