Skip to content

Commit

Permalink
Merge pull request #360 from raghavsatyadev/master
Browse files Browse the repository at this point in the history
updated compile SDK to 34 and added namespace
  • Loading branch information
ekasetiawans committed Sep 26, 2023
2 parents 05953df + 44b5596 commit 8b40ace
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}

Expand All @@ -22,8 +22,8 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 33

compileSdkVersion 34
namespace = "id.flutter.flutter_background_service"
defaultConfig {
minSdkVersion 16
consumerProguardFiles 'proguard-rules.pro'
Expand Down

0 comments on commit 8b40ace

Please sign in to comment.