diff --git a/android/app/build.gradle b/android/app/build.gradle index 3585725..d8dd807 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -24,7 +24,7 @@ if (flutterVersionName == null) { } android { - namespace = "com.luke35.podcasts_pro" + namespace = "com.luke358.podcasts_pro" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion @@ -35,7 +35,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId = "com.luke35.podcasts_pro" + applicationId = "com.luke358.podcasts_pro" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdk = flutter.minSdkVersion diff --git a/android/app/src/main/kotlin/com/example/podcasts_pro/MainActivity.kt b/android/app/src/main/kotlin/com/example/podcasts_pro/MainActivity.kt index cc8f34c..0c5bcd3 100644 --- a/android/app/src/main/kotlin/com/example/podcasts_pro/MainActivity.kt +++ b/android/app/src/main/kotlin/com/example/podcasts_pro/MainActivity.kt @@ -1,4 +1,4 @@ -package com.luke35.podcasts_pro +package com.luke358.podcasts_pro import io.flutter.embedding.android.FlutterActivity diff --git a/lib/audio/my_audio_handler.dart b/lib/audio/my_audio_handler.dart index 7bc2764..4b5552d 100644 --- a/lib/audio/my_audio_handler.dart +++ b/lib/audio/my_audio_handler.dart @@ -14,7 +14,7 @@ Future initAudioService() async { return await AudioService.init( builder: () => MyAudioHandler(), config: const AudioServiceConfig( - androidNotificationChannelId: 'com.luke358.podcasts_pro.audio', + androidNotificationChannelId: 'com.luke358.podcasts_pro', androidNotificationChannelName: 'Podcasts Pro', androidNotificationOngoing: true, androidStopForegroundOnPause: true, diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 06b7f88..1a11396 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -7,7 +7,7 @@ project(runner LANGUAGES CXX) set(BINARY_NAME "podcasts_pro") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.luke35.podcasts_pro") +set(APPLICATION_ID "com.luke358.podcasts_pro") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake. diff --git a/pubspec.yaml b/pubspec.yaml index f18eed6..71b6060 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.7 +version: 1.0.8 environment: sdk: '>=3.4.3 <4.0.0'