Merge pull request #267 from zcash/262-target-sdk-31

[#262] Target Android SDK 31
This commit is contained in:
Francisco Gindre 2021-09-05 17:44:51 -03:00 committed by GitHub
commit dd97625581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,8 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
android:theme="@style/AppTheme.NoActionBar"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View File

@ -43,5 +43,5 @@ POM_DEVELOPER_URL=https://github.com/gmale/
# Note: When updating the NDK version here, be sure to update the version on the CI server as well
ndkVersion=21.1.6352462
minSdkVersion=16
targetSdkVersion=29
compileSdkVersion=29
targetSdkVersion=31
compileSdkVersion=31