diff --git a/app/build.gradle b/app/build.gradle index 3ea2d31..1b439d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,13 +7,13 @@ plugins { } android { - compileSdkVersion 30 + compileSdkVersion 31 buildToolsVersion "30.0.3" defaultConfig { applicationId "org.matomocamp.fosdem" minSdkVersion 17 - targetSdkVersion 30 + targetSdkVersion 31 versionCode 1700205 versionName "2.0.5" // Supported languages diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 47e2fe2..5dcbbfd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,7 +32,8 @@ + android:theme="@style/AppTheme.TranslucentStatusBar" + android:exported="true"> @@ -55,6 +56,7 @@ @@ -70,6 +72,7 @@ @@ -86,6 +89,7 @@ @@ -103,6 +107,7 @@ android:theme="@style/AlertDialogTheme" />