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

Task: Migrate gradle files #37

Merged
merged 13 commits into from
Jun 29, 2023

Conversation

jarroyoesp
Copy link
Collaborator

@jarroyoesp jarroyoesp commented Jun 19, 2023

This branch depends on task/update-dependencies

Pull request checklist

  • I have rebased this branch on top of the destination branch (usually master)
  • I have executed locally ./gradlew spotlessApply check before creating the commit and it has run successfully
  • My contribution is fully baked and ready to be merged as is
  • I have performed a self-review of my own code
  • These changes are in compliance with the coding style of this project
  • There are no WIP commits in this PR
  • If there are changes to the UI, I have uploaded at least one screenshot of every UI change

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
📜 Docs

Screenshots

No UI changes

@jarroyoesp jarroyoesp marked this pull request as ready for review June 20, 2023 08:01
@jarroyoesp jarroyoesp force-pushed the task/migrate-gradle-files branch 2 times, most recently from 5bf584f to f3e596b Compare June 21, 2023 06:52
@leinardi leinardi merged commit 569aefe into task/update-dependencies Jun 29, 2023
@@ -15,6 +15,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application
android:name=".Forlago"
android:allowBackup="false"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reporter: Android Lint
Rule: DataExtractionRules
Severity: WARN
File: app/src/main/AndroidManifest.xml L21

Missing data extraction rules The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher. Before Android 12, the attributes `android:allowBackup` and `android:fullBackupContent` were used to configure all forms of backup, including cloud backups, device-to-device transfers and adb backup. In Android 12 and higher, these attributes have been deprecated and will only apply to cloud backups. You should instead use the attribute `android:dataExtractionRules`, specifying an `@xml` resource that configures which files to back up, for cloud backups and for device-to-device transfers, separately. If your `minSdkVersion` supports older versions, you'll still want to specify an `android:fullBackupContent` resource if the default behavior is not right for your app.

@leinardi leinardi deleted the task/migrate-gradle-files branch June 29, 2023 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants