build-tools to 31.0.0; SDK cmd-line tools to 5.0. (#174)

* Update build-tools to 31.0.0. Add API 31 emulator to workflow. Update SDK command-line tools to 5.0

* Update test fixture dependencies.

* Test API 31 with macos-11.

* Add android:exported to AndroidManifest.

* Format
This commit is contained in:
Yang
2021-08-28 17:59:37 +10:00
committed by GitHub
parent 217e44e3c5
commit 1ded27b164
9 changed files with 31 additions and 39 deletions
@@ -9,7 +9,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="com.example.testapp.MainActivity">
<activity
android:name="com.example.testapp.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />