Skip to content

Commit

Permalink
Update Appcompat and Emoji2 libraries from aosp-androidx-g3-release w…
Browse files Browse the repository at this point in the history
…ith build id #8479725

Android build branch: aosp-androidx-g3-release
Android build id: 8479725
Android build target: androidx
Auto generated by Argon artifacts pipeline

BEGIN_PUBLIC
...Update Appcompat and Emoji2 libraries...
END_PUBLIC

RELNOTES:N/A
PiperOrigin-RevId: 453710558
  • Loading branch information
Material Design Team authored and pekingme committed Jun 9, 2022
1 parent 254abc5 commit eb54d6a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Expand Up @@ -15,12 +15,21 @@
~ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="io.material.catalog.color.tests">

<uses-sdk android:minSdkVersion="14" />

<application>
<uses-library android:name="android.test.runner" />
<provider
android:name="androidx.startup.InitializationProvider"
android:exported="false"
tools:node="remove"/>
<provider
android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
android:exported="false"
tools:node="remove"/>
</application>

<instrumentation
Expand Down
Expand Up @@ -18,7 +18,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.google.android.material.testapp.theme">

<uses-sdk
<uses-sdk android:minSdkVersion="14"
tools:overrideLibrary="androidx.test, android.app, androidx.test.rule, androidx.test.espresso, androidx.test.espresso.idling"/>

<application
Expand Down
Expand Up @@ -19,6 +19,7 @@
package="com.google.android.material.tabs">

<uses-sdk
android:minSdkVersion="14"
tools:overrideLibrary="androidx.test, android.app, androidx.test.rule,
androidx.test.espresso, androidx.test.espresso.idling"/>

Expand Down

0 comments on commit eb54d6a

Please sign in to comment.