Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VBLOCKS-3454] Quickstart Refactor #629

Merged
merged 20 commits into from
Jan 2, 2025
Merged
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: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ dependencies {
implementation "com.google.android.material:material:${versions.material}"
implementation "com.google.firebase:firebase-messaging:${versions.firebase}"
implementation "androidx.lifecycle:lifecycle-extensions:${versions.androidxLifecycle}"
implementation 'com.google.firebase:firebase-auth:22.1.1'
implementation 'com.google.firebase:firebase-auth:23.1.0'
androidTestImplementation "androidx.test.ext:junit:${versions.junit}"

// Import the BoM
implementation platform('com.google.firebase:firebase-bom:32.2.0')
implementation platform('com.google.firebase:firebase-bom:33.7.0')
}

apply plugin: 'com.google.gms.google-services'
10 changes: 0 additions & 10 deletions app/src/connection_service/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@
<action android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
</intent-filter>
</activity>
<service
android:enabled="true"
android:name=".IncomingCallNotificationService"
android:foregroundServiceType="microphone"
android:exported="false">
<intent-filter>
<action android:name="ACTION_ACCEPT" />
<action android:name="ACTION_REJECT" />
</intent-filter>
</service>
<service android:name=".VoiceConnectionService"
android:label="@string/connection_service_name"
android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE"
Expand Down

This file was deleted.

Loading