Skip to content

Commit

Permalink
Merge pull request microsoft#748 from microsoft/joypal/minSDK23
Browse files Browse the repository at this point in the history
change minSDK version to 23
  • Loading branch information
joyeeta26 authored Dec 20, 2024
2 parents 6248f5d + 0f5de1e commit 7656561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FluentUI.Demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ apply plugin: "com.microsoft.hydralab.client-util"
allprojects {
project.ext {
constants = [
minSdkVersion: 26,
minSdkVersion: 23,
targetSdkVersion: 34,
compileSdkVersion: 34
]
Expand Down

0 comments on commit 7656561

Please sign in to comment.