Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Support working on background
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
iamalper committed Dec 1, 2023
1 parent e6c3e07 commit 79d15d1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ android {
ndkVersion flutter.ndkVersion

compileOptions {
//flutter_local_notifications
coreLibraryDesugaringEnabled true
//------
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Expand All @@ -63,12 +66,6 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

//flutter_local_notifications
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
//------
}

signingConfigs {
Expand Down

0 comments on commit 79d15d1

Please sign in to comment.