:features:settings: Add missing :exts:androidx:preference dependency #1259
Annotations
3 errors and 10 warnings
Run lint task:
app/src/main/java/com/edricchan/studybuddy/receivers/NotificationActionReceiver.kt#L66
onComplete is missing RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED flag for unprotected broadcasts registered for android.intent.action.DOWNLOAD_COMPLETE
|
Run lint task:
app/src/main/java/com/edricchan/studybuddy/ui/modules/updates/UpdatesActivity.kt#L195
downloadCompleteReceiver is missing RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED flag for unprotected broadcasts registered for android.intent.action.DOWNLOAD_COMPLETE
|
Run lint task:
app/src/main/java/com/edricchan/studybuddy/utils/SharedUtils.kt#L90
Missing PendingIntent mutability flag
|
Run lint task:
app/build.gradle.kts#L60
Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details.
|
Run lint task:
app/src/main/AndroidManifest.xml#L23
This app supports Android 13 and depends on androidx.credentials:credentials, and so should also depend on androidx.credentials:credentials-play-services-auth
|
Run lint task:
app/src/main/java/com/edricchan/studybuddy/ui/modules/debug/DebugModalBottomSheetActivity.kt#L257
Consider adding a <queries> declaration to your manifest when calling this method; see https://g.co/dev/packagevisibility for details
|
Run lint task:
app/src/main/java/com/edricchan/studybuddy/ui/modules/debug/DebugModalBottomSheetActivity.kt#L260
Consider adding a <queries> declaration to your manifest when calling this method; see https://g.co/dev/packagevisibility for details
|
Run lint task:
gradle/libs.versions.toml#L18
A newer version of com.google.firebase:firebase-bom than 32.8.1 is available: 33.6.0
|
Run lint task:
gradle/libs.versions.toml#L18
A newer version of com.google.firebase:firebase-bom than 32.8.1 is available: 33.6.0
|
Run lint task:
gradle/libs.versions.toml#L18
A newer version of com.google.firebase:firebase-bom than 32.8.1 is available: 33.6.0
|
Run lint task:
app/src/main/res/values/dimens.xml#L96
Overriding @dimen/two_line_list_item_height which is marked as private in studybuddy-android.features:help:unspecified. If deliberate, use tools:override="true", otherwise pick a different name.
|
Run lint task:
app/src/main/res/drawable/ic_file_document_box_outline_24dp.xml#L1
Overriding @drawable/ic_file_document_box_outline_24dp which is marked as private in studybuddy-android.features:help:unspecified. If deliberate, use tools:override="true", otherwise pick a different name.
|
Run lint task:
app/src/main/res/drawable/ic_refresh_24dp.xml#L1
Overriding @drawable/ic_refresh_24dp which is marked as private in studybuddy-android.features:help:unspecified. If deliberate, use tools:override="true", otherwise pick a different name.
|
Loading