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

Migrate to AndroidX #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dwhea
Copy link

@dwhea dwhea commented Dec 10, 2020

Also fix following issues:

Test: launch on yukawa AOSP master

Also fix following issues:
* ERR_CLEARTEXT_NOT_PERMITTED when launching http URL
* AdMob not defined causing launch issues, so follow
  https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml
  instructions
* Update compile SDK version to 28 to fix "android:attr/fontVariationSettings not found"

Test: launch on yukawa AOSP master
@filmagrace
Copy link

filmagrace commented Dec 11, 2020 via email

@@ -124,5 +124,10 @@
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />

<!-- Sample AdMob app ID: ca-app-pub-3940256099942544~3347511713 -->

Choose a reason for hiding this comment

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

Instead of adding a real (or real looking) AdMob ID, it would be better to add a comment explaining that this is required and update the READMe with instructions on how to obtain the ID.

Alternatively, this might be able to be supplied through gradle's properties and then each developer who downloads the sample can update their properties with their ID.

@techker
Copy link

techker commented Feb 22, 2023

can this be merged?

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.

4 participants