Skip to content

Commit

Permalink
updated app compile & target SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Mar 12, 2024
1 parent 273215d commit 5818b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hmssdk_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 33
compileSdkVersion 34
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
Expand All @@ -30,7 +30,7 @@ android {
defaultConfig {
applicationId "live.hms.flutter"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 454
versionName "1.5.154"
}
Expand Down

0 comments on commit 5818b02

Please sign in to comment.