Changes to allow project to compile on newer versions, including removing ad code and adding a margin to the top of layouts so the UI is below the action bar.

This commit is contained in:
2025-07-21 19:47:45 -07:00
parent 0dd5485080
commit 9645510759
7 changed files with 9 additions and 81 deletions

View File

@@ -15,4 +15,7 @@
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# org.gradle.parallel=true
# Allow switch statements on R.id values.
android.nonFinalResIds=false