diff --git a/demo-app/src/main/AndroidManifest.xml b/demo-app/src/main/AndroidManifest.xml index 351580e8..d2f37c8c 100644 --- a/demo-app/src/main/AndroidManifest.xml +++ b/demo-app/src/main/AndroidManifest.xml @@ -14,7 +14,8 @@ + android:theme="@style/AppTheme.NoActionBar" + android:exported="true"> diff --git a/gradle.properties b/gradle.properties index ab996bdd..903d5376 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file +targetSdkVersion=31 +compileSdkVersion=31 \ No newline at end of file