DroidKaigi / conference-app-2021

The Official App for DroidKaigi 2021
https://droidkaigi.jp/
Apache License 2.0
641 stars 181 forks source link

Update AGP 7.1.0-rc01 and Hilt 2.40.5 #762

Closed tomoya0x00 closed 2 years ago

tomoya0x00 commented 2 years ago

Overview (Required)

Links

-

tomoya0x00 commented 2 years ago

Lint error occurred, but OssLicensesMenuActivity is exist and be able to launch on a real device.

Lint found 2 errors, 7 warnings. First failure:

/home/runner/work/conference-app-2021/conference-app-2021/android/src/main/AndroidManifest.xml:44: Error: Class referenced in the manifest, com.google.android.gms.oss.licenses.OssLicensesMenuActivity, was not found in the project or the libraries [MissingClass]
            android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The full lint text report is located at:
  /home/runner/work/conference-app-2021/conference-app-2021/android/build/intermediates/lint_intermediate_text_report/debug/lint-results-debug.txt
tomoya0x00 commented 2 years ago

This is a similar issue: https://issuetracker.google.com/issues/183027632