This commit is contained in:
Forrest 2026-07-29 16:22:00 -04:00
parent fc22d11df1
commit 27a8a62475
32 changed files with 354 additions and 335 deletions

View file

@ -5,7 +5,7 @@ plugins {
}
android {
namespace = "com.conversionpath.ratune_mobile"
namespace = "com.laforrestchurch.timbre"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@ -16,7 +16,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.conversionpath.ratune_mobile"
applicationId = "com.laforrestchurch.timbre"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion

View file

@ -5,7 +5,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
<application
android:label="ratune_mobile"
android:label="Timbre"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View file

@ -1,4 +1,4 @@
package com.conversionpath.ratune_mobile
package com.laforrestchurch.timbre
import com.ryanheise.audioservice.AudioServiceActivity