Skip to content

Commit

Permalink
updated sdks Baseflow#1366
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHoogstrate committed Aug 21, 2024
1 parent 817ae00 commit 75f954f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions permission_handler/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
if (project.android.hasProperty("namespace")) {
namespace 'com.baseflow.permissionhandlerexample'
}
compileSdkVersion 33
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -38,8 +38,8 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.baseflow.permissionhandler.example"
minSdkVersion 16
targetSdkVersion 33
minSdkVersion flutter.minSdkVersion
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

0 comments on commit 75f954f

Please sign in to comment.