Skip to content

chore(deps): bump com.google.android.gms:play-services-base from 18.2.0 to 18.4.0 #1197

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -105,15 +105,15 @@
ksp "androidx.room:room-compiler:$roomVersion"

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.browser:browser:1.7.0'

Check warning on line 108 in app/build.gradle

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.browser:browser than 1.7.0 is available: 1.8.0
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.core:core-ktx:$deps.androidXCoreVersion"

Check warning on line 110 in app/build.gradle

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.core:core-ktx than 1.12.0 is available: 1.13.0
implementation "androidx.fragment:fragment-ktx:$fragmentVersion"
implementation "androidx.hilt:hilt-work:$androidXHiltVersion"

Check warning on line 112 in app/build.gradle

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.hilt:hilt-work than 1.1.0 is available: 1.2.0
implementation "androidx.lifecycle:lifecycle-common-java8:$deps.lifecycleVersion"

Check warning on line 113 in app/build.gradle

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.lifecycle:lifecycle-common-java8 than 2.6.2 is available: 2.7.0
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$deps.lifecycleVersion"

Check warning on line 114 in app/build.gradle

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.lifecycle:lifecycle-viewmodel-ktx than 2.6.2 is available: 2.7.0
implementation 'androidx.media:media:1.7.0' // needed for audio focus management.
implementation "androidx.media3:media3-common:$media3Version"

Check warning on line 116 in app/build.gradle

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.media3:media3-common than 1.2.0 is available: 1.3.1
implementation "androidx.media3:media3-exoplayer:$media3Version"
implementation "androidx.media3:media3-exoplayer-workmanager:$media3Version"
implementation "androidx.media3:media3-session:$media3Version"
@@ -141,7 +141,7 @@

fullImplementation 'androidx.mediarouter:mediarouter:1.6.0'
fullImplementation 'com.android.billingclient:billing-ktx:6.1.0'
fullImplementation 'com.google.android.gms:play-services-base:18.2.0'
fullImplementation 'com.google.android.gms:play-services-base:18.4.0'
fullImplementation 'com.google.android.gms:play-services-cast-framework:21.4.0'
fullImplementation 'com.google.android.play:core:1.10.3'
fullImplementation platform('com.google.firebase:firebase-bom:32.7.0')

Unchanged files with check annotations Beta

api "com.squareup.okhttp3:okhttp:$okhttpVersion"
api "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "androidx.core:core-ktx:$deps.androidXCoreVersion"

Check warning on line 29 in api-client/build.gradle

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.core:core-ktx than 1.12.0 is available: 1.13.0
implementation "com.squareup.okhttp3:logging-interceptor:$okhttpVersion"
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$deps.coroutinesVersion"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.App"
android:usesCleartextTraffic="false"

Check warning on line 42 in app/src/main/AndroidManifest.xml

GitHub Actions / Lint

Attribute unused on older versions: Attribute `usesCleartextTraffic` is only used in API level 23 and higher (current min is 21)
tools:ignore="AllowBackup,GoogleAppIndexingWarning">
<activity
android:exported="true"
android:theme="@style/Theme.App.SignInLinkHandler">
<intent-filter android:autoVerify="true">

Check warning on line 129 in app/src/main/AndroidManifest.xml

GitHub Actions / Lint

Attribute unused on older versions: Attribute `autoVerify` is only used in API level 23 and higher (current min is 21)
<action android:name="android.intent.action.VIEW" />
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="248dp"

Check warning on line 2 in app/src/main/res/drawable/open_collective_donate_248.xml

GitHub Actions / Lint

Vector Image Generation: Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more
android:height="40dp"
android:viewportWidth="596"
android:viewportHeight="96">