From d816d9011939fb4c0da27cd1236a04fd60b0379b Mon Sep 17 00:00:00 2001 From: Joyeeta Date: Thu, 5 Dec 2024 12:51:49 +0530 Subject: [PATCH] change minSDK version to 23 --- FluentUI.Demo/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index e18f4c56d..8ce7b8dcb 100644 --- a/FluentUI.Demo/build.gradle +++ b/FluentUI.Demo/build.gradle @@ -11,7 +11,7 @@ android { compileSdkVersion constants.compileSdkVersion defaultConfig { applicationId 'com.microsoft.fluentuidemo' - minSdkVersion 26 + minSdkVersion 23 targetSdkVersion 34 versionCode 2004 versionName '0.3.4' diff --git a/build.gradle b/build.gradle index 3f861e29b..8cff2fbf8 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ apply plugin: "com.microsoft.hydralab.client-util" allprojects { project.ext { constants = [ - minSdkVersion: 26, + minSdkVersion: 23, targetSdkVersion: 34, compileSdkVersion: 34 ]