Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions flutter_screen_recording/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace "com.isvisoft.flutter_screen_recording"
}
compileSdkVersion 34

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion flutter_screen_recording/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_foreground_task: ^6.0.0+1
flutter_foreground_task: ^8.0.0
flutter_screen_recording_platform_interface: ^1.0.3
flutter_screen_recording_web: ^1.0.8

Expand Down