-
Notifications
You must be signed in to change notification settings - Fork 242
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
base: master
Are you sure you want to change the base?
Conversation
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
@@ -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 --> |
There was a problem hiding this comment.
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.
can this be merged? |
Also fix following issues:
https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml
instructions
Test: launch on yukawa AOSP master